summaryrefslogtreecommitdiff
path: root/internal/command/receivepack/gitalycall_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/command/receivepack/gitalycall_test.go')
-rw-r--r--internal/command/receivepack/gitalycall_test.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/command/receivepack/gitalycall_test.go b/internal/command/receivepack/gitalycall_test.go
index 70f2b2e..12c603d 100644
--- a/internal/command/receivepack/gitalycall_test.go
+++ b/internal/command/receivepack/gitalycall_test.go
@@ -62,6 +62,7 @@ func TestReceivePack(t *testing.T) {
hook := testhelper.SetupLogger()
ctx := correlation.ContextWithCorrelation(context.Background(), "a-correlation-id")
+ ctx = correlation.ContextWithClientName(ctx, "gitlab-shell-tests")
err := cmd.Execute(ctx)
require.NoError(t, err)