diff options
Diffstat (limited to 'internal/sshd/session_test.go')
-rw-r--r-- | internal/sshd/session_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/sshd/session_test.go b/internal/sshd/session_test.go index e4e312c..b014c0c 100644 --- a/internal/sshd/session_test.go +++ b/internal/sshd/session_test.go @@ -145,7 +145,7 @@ func TestHandleShell(t *testing.T) { { desc: "fails to parse command", cmd: `\`, - errMsg: "Failed to parse command: invalid command line string\n", + errMsg: "Failed to parse command: Invalid SSH command\nUnknown command: \\\n", gitlabKeyId: "root", expectedExitCode: 128, }, { |