From 28216e90307c261a2bee672a7f23ac157f801a80 Mon Sep 17 00:00:00 2001 From: mik2k2 <44849223+mik2k2@users.noreply.github.com> Date: Thu, 6 Jan 2022 15:06:01 +0100 Subject: [PATCH] update test --- host_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/host_test.go b/host_test.go index b8aae19..4075717 100644 --- a/host_test.go +++ b/host_test.go @@ -326,7 +326,7 @@ func TestHostAllowlistCommand(t *testing.T) { sendCmd("/allowlist add " + testKey) sendCmd("/allowlist status") assertLineEq("allowlist enabled\r") - assertLineEq(fmt.Sprintf("The following keys of not connected users are on the allowlist: [%s]\r", testKeyFP)) + assertLineEq(fmt.Sprintf("Keys on the allowlist without connected user: %s\r", testKeyFP)) sendCmd("/allowlist invalidSubcommand") assertLineEq("Err: invalid subcommand: invalidSubcommand\r")