From fe5f5b77fcc3ef24516866561f9b54ac07663ad6 Mon Sep 17 00:00:00 2001 From: Simponic Date: Wed, 1 Feb 2023 14:57:14 -0700 Subject: Discord notifs (#14) * Add role id to config * Add discord notifications for games * Fix discord discriminant tests --- test/ssh/ssh_auth_test.exs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ssh/ssh_auth_test.exs') diff --git a/test/ssh/ssh_auth_test.exs b/test/ssh/ssh_auth_test.exs index 024a54f..ab6f827 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", discord_id: "3"} + @valid_user %{username: "lizzy#0003", 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' -- cgit v1.2.3-70-g09d2