summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/rebase_to_upstream.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/branch/rebase_to_upstream.go')
-rw-r--r--pkg/integration/tests/branch/rebase_to_upstream.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/branch/rebase_to_upstream.go b/pkg/integration/tests/branch/rebase_to_upstream.go
index 5c9e0f388..2469eb012 100644
--- a/pkg/integration/tests/branch/rebase_to_upstream.go
+++ b/pkg/integration/tests/branch/rebase_to_upstream.go
@@ -15,7 +15,7 @@ var RebaseToUpstream = NewIntegrationTest(NewIntegrationTestArgs{
CloneIntoRemote("origin").
EmptyCommit("ensure-master").
EmptyCommit("to-be-added"). // <- this will only exist remotely
- PushBranch("origin", "master").
+ PushBranchAndSetUpstream("origin", "master").
HardReset("HEAD~1").
NewBranchFrom("base-branch", "master").
EmptyCommit("base-branch-commit").