summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/reset_to_upstream.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/branch/reset_to_upstream.go')
-rw-r--r--pkg/integration/tests/branch/reset_to_upstream.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/integration/tests/branch/reset_to_upstream.go b/pkg/integration/tests/branch/reset_to_upstream.go
index c933787e4..3cdbb561d 100644
--- a/pkg/integration/tests/branch/reset_to_upstream.go
+++ b/pkg/integration/tests/branch/reset_to_upstream.go
@@ -15,10 +15,10 @@ var ResetToUpstream = NewIntegrationTest(NewIntegrationTestArgs{
CloneIntoRemote("origin").
NewBranch("hard-branch").
EmptyCommit("hard commit").
- PushBranch("origin", "hard-branch").
+ PushBranchAndSetUpstream("origin", "hard-branch").
NewBranch("soft-branch").
EmptyCommit("soft commit").
- PushBranch("origin", "soft-branch").
+ PushBranchAndSetUpstream("origin", "soft-branch").
NewBranch("base").
EmptyCommit("base-branch commit").
CreateFile("file-1", "content").