summaryrefslogtreecommitdiff
path: root/internal/command/receivepack/customaction_test.go
diff options
context:
space:
mode:
authorAsh McKenzie <amckenzie@gitlab.com>2019-09-11 23:01:40 +1000
committerIgor Drozdov <idrozdov@gitlab.com>2019-10-23 11:07:22 +0300
commit1bade9e198f08437ad150e63dc751edb862a6f51 (patch)
treeddc792be9340130c00cbac2faa30a1da1ccf7428 /internal/command/receivepack/customaction_test.go
parent412ed17cc66d876c46ee8df3767066ca0e676f28 (diff)
downloadgitlab-shell-1bade9e198f08437ad150e63dc751edb862a6f51.tar.gz
More consistent console messages (golang)
Diffstat (limited to 'internal/command/receivepack/customaction_test.go')
-rw-r--r--internal/command/receivepack/customaction_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/command/receivepack/customaction_test.go b/internal/command/receivepack/customaction_test.go
index 2a4a718..11e7dce 100644
--- a/internal/command/receivepack/customaction_test.go
+++ b/internal/command/receivepack/customaction_test.go
@@ -100,6 +100,6 @@ func TestCustomReceivePack(t *testing.T) {
// expect printing of info message, "custom" string from the first request
// and "output" string from the second request
- require.Equal(t, "> GitLab: info_message\n> GitLab: one more message\n", errBuf.String())
+ require.Equal(t, "remote: \nremote: info_message\nremote: one more message\nremote: \n", errBuf.String())
require.Equal(t, "customoutput", outBuf.String())
}