We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ded0446 commit 6bd2a42Copy full SHA for 6bd2a42
cmd/gitlab-sshd/acceptance_test.go
@@ -489,5 +489,6 @@ func TestGitUploadArchiveSuccess(t *testing.T) {
489
output, err := io.ReadAll(stdout)
490
require.NoError(t, err)
491
492
+ t.Logf("output: %q", output)
493
require.Equal(t, []byte("0000"), output[len(output)-4:])
494
}
0 commit comments