summaryrefslogtreecommitdiff
path: root/test/ssh/ssh_auth_test.exs
diff options
context:
space:
mode:
authorLogan Hunt <logan.hunt@usu.edu>2023-01-31 14:01:35 -0700
committerLogan Hunt <logan.hunt@usu.edu>2023-01-31 14:04:23 -0700
commitcac78a4f4eced88878e746d96b305ecc62826494 (patch)
tree33d1d43d7049a30753af82bab600f721e9f8ac67 /test/ssh/ssh_auth_test.exs
parente5d97870a12ec87bd463b7657923bb79d3bcb4cc (diff)
downloadchessh-cac78a4f4eced88878e746d96b305ecc62826494.tar.gz
chessh-cac78a4f4eced88878e746d96b305ecc62826494.zip
Move to discord oauth
Diffstat (limited to 'test/ssh/ssh_auth_test.exs')
-rw-r--r--test/ssh/ssh_auth_test.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ssh/ssh_auth_test.exs b/test/ssh/ssh_auth_test.exs
index 70a57be..024a54f 100644
--- a/test/ssh/ssh_auth_test.exs
+++ b/test/ssh/ssh_auth_test.exs
@@ -5,7 +5,7 @@ defmodule Chessh.SSH.AuthTest do
@localhost '127.0.0.1'
@localhost_inet {{127, 0, 0, 1}, 1}
@key_name "The Gamer Machine"
- @valid_user %{username: "logan", password: "password", github_id: 3}
+ @valid_user %{username: "logan", password: "password", discord_id: "3"}
@client_test_keys_dir Path.join(Application.compile_env!(:chessh, :key_dir), "client_keys")
@client_pub_key 'id_ed25519.pub'