From 9560ced6837d4c2e551df22f9f2c06d17b409855 Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Mon, 9 Oct 2023 18:21:36 -0600 Subject: add health check --- 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 ab6f827..8a21a7e 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: "lizzy#0003", password: "password", discord_id: "3"} + @valid_user %{username: "lizzy", 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