summaryrefslogtreecommitdiff
path: root/cmd/gitlab-shell/command/command_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/gitlab-shell/command/command_test.go')
-rw-r--r--cmd/gitlab-shell/command/command_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/gitlab-shell/command/command_test.go b/cmd/gitlab-shell/command/command_test.go
index 2db644b..2aeee59 100644
--- a/cmd/gitlab-shell/command/command_test.go
+++ b/cmd/gitlab-shell/command/command_test.go
@@ -267,7 +267,7 @@ func TestParseFailure(t *testing.T) {
executable: &executable.Executable{Name: executable.GitlabShell},
env: sshenv.Env{IsSSHConnection: true, OriginalCommand: `git receive-pack "`},
arguments: []string{},
- expectedError: "Invalid SSH command",
+ expectedError: "Invalid SSH command: invalid command line string",
},
}