summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/commit/staged_without_hooks.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/commit/staged_without_hooks.go')
-rw-r--r--pkg/integration/tests/commit/staged_without_hooks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/commit/staged_without_hooks.go b/pkg/integration/tests/commit/staged_without_hooks.go
index dcf20d08d..fcf53dd22 100644
--- a/pkg/integration/tests/commit/staged_without_hooks.go
+++ b/pkg/integration/tests/commit/staged_without_hooks.go
@@ -7,7 +7,7 @@ import (
var StagedWithoutHooks = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Staging a couple files, going in the staged files menu, unstaging a line then committing without pre-commit hooks",
- ExtraCmdArgs: "",
+ ExtraCmdArgs: []string{},
Skip: false,
SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) {