summaryrefslogtreecommitdiff
path: root/go/internal/command/receivepack/gitalycall_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'go/internal/command/receivepack/gitalycall_test.go')
-rw-r--r--go/internal/command/receivepack/gitalycall_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/go/internal/command/receivepack/gitalycall_test.go b/go/internal/command/receivepack/gitalycall_test.go
index 0914be6..eac9218 100644
--- a/go/internal/command/receivepack/gitalycall_test.go
+++ b/go/internal/command/receivepack/gitalycall_test.go
@@ -29,7 +29,7 @@ func TestReceivePack(t *testing.T) {
cmd := &Command{
Config: &config.Config{GitlabUrl: url},
- Args: &commandargs.CommandArgs{GitlabKeyId: userId, CommandType: commandargs.ReceivePack, SshArgs: []string{"git-receive-pack", repo}},
+ Args: &commandargs.Shell{GitlabKeyId: userId, CommandType: commandargs.ReceivePack, SshArgs: []string{"git-receive-pack", repo}},
ReadWriter: &readwriter.ReadWriter{ErrOut: output, Out: output, In: input},
}