summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/interactive_rebase/quick_start_keep_selection_range.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/interactive_rebase/quick_start_keep_selection_range.go')
-rw-r--r--pkg/integration/tests/interactive_rebase/quick_start_keep_selection_range.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/interactive_rebase/quick_start_keep_selection_range.go b/pkg/integration/tests/interactive_rebase/quick_start_keep_selection_range.go
index ec3173504..20005ba6b 100644
--- a/pkg/integration/tests/interactive_rebase/quick_start_keep_selection_range.go
+++ b/pkg/integration/tests/interactive_rebase/quick_start_keep_selection_range.go
@@ -12,7 +12,7 @@ var QuickStartKeepSelectionRange = NewIntegrationTest(NewIntegrationTestArgs{
GitVersion: AtLeast("2.38.0"),
SetupConfig: func(config *config.AppConfig) {
config.GetUserConfig().Git.MainBranches = []string{"master"}
- config.UserConfig.Git.Log.ShowGraph = "never"
+ config.AppState.GitLogShowGraph = "never"
},
SetupRepo: func(shell *Shell) {
shell.