summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/commit/reset_author.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/commit/reset_author.go')
-rw-r--r--pkg/integration/tests/commit/reset_author.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/commit/reset_author.go b/pkg/integration/tests/commit/reset_author.go
index f54b5b5aa..16b43da69 100644
--- a/pkg/integration/tests/commit/reset_author.go
+++ b/pkg/integration/tests/commit/reset_author.go
@@ -7,7 +7,7 @@ import (
var ResetAuthor = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Reset author on a commit",
- ExtraCmdArgs: "",
+ ExtraCmdArgs: []string{},
Skip: false,
SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) {