summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/bisect/basic.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/bisect/basic.go')
-rw-r--r--pkg/integration/tests/bisect/basic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/bisect/basic.go b/pkg/integration/tests/bisect/basic.go
index 7e34e908f..43eeefb88 100644
--- a/pkg/integration/tests/bisect/basic.go
+++ b/pkg/integration/tests/bisect/basic.go
@@ -15,7 +15,7 @@ var Basic = NewIntegrationTest(NewIntegrationTestArgs{
CreateNCommits(10)
},
SetupConfig: func(cfg *config.AppConfig) {
- cfg.UserConfig.Git.Log.ShowGraph = "never"
+ cfg.AppState.GitLogShowGraph = "never"
},
Run: func(t *TestDriver, keys config.KeybindingConfig) {
markCommitAsBad := func() {