summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/checkout_by_name.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/branch/checkout_by_name.go')
-rw-r--r--pkg/integration/tests/branch/checkout_by_name.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/branch/checkout_by_name.go b/pkg/integration/tests/branch/checkout_by_name.go
index 070a3a433..127ea10dd 100644
--- a/pkg/integration/tests/branch/checkout_by_name.go
+++ b/pkg/integration/tests/branch/checkout_by_name.go
@@ -7,7 +7,7 @@ import (
var CheckoutByName = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Try to checkout branch by name. Verify that it also works on the branch with the special name @.",
- ExtraCmdArgs: "",
+ ExtraCmdArgs: []string{},
Skip: false,
SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) {