summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/sync/pull_and_set_upstream.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-02-19 13:51:34 +1100
committerJesse Duffield <jessedduffield@gmail.com>2023-02-19 13:51:37 +1100
commit7201a91b69a18c974bf2ac2f16eeff6d69bd3eeb (patch)
tree1c70a6c630889c8d6a43982bac09581144093c02 /pkg/integration/tests/sync/pull_and_set_upstream.go
parent31d796ee750526a0d50d2e8665b104eb9edf1de6 (diff)
remove unneeded config setting
Diffstat (limited to 'pkg/integration/tests/sync/pull_and_set_upstream.go')
-rw-r--r--pkg/integration/tests/sync/pull_and_set_upstream.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkg/integration/tests/sync/pull_and_set_upstream.go b/pkg/integration/tests/sync/pull_and_set_upstream.go
index da3211154..93343492c 100644
--- a/pkg/integration/tests/sync/pull_and_set_upstream.go
+++ b/pkg/integration/tests/sync/pull_and_set_upstream.go
@@ -9,9 +9,7 @@ var PullAndSetUpstream = NewIntegrationTest(NewIntegrationTestArgs{
Description: "Pull a commit from the remote, setting the upstream branch in the process",
ExtraCmdArgs: "",
Skip: false,
- SetupConfig: func(config *config.AppConfig) {
- config.UserConfig.Git.AutoFetch = false
- },
+ SetupConfig: func(config *config.AppConfig) {},
SetupRepo: func(shell *Shell) {
shell.EmptyCommit("one")
shell.EmptyCommit("two")