summaryrefslogtreecommitdiffstats
path: root/pkg/integration/tests/branch/delete_remote_branch_with_credential_prompt.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/integration/tests/branch/delete_remote_branch_with_credential_prompt.go')
-rw-r--r--pkg/integration/tests/branch/delete_remote_branch_with_credential_prompt.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/tests/branch/delete_remote_branch_with_credential_prompt.go b/pkg/integration/tests/branch/delete_remote_branch_with_credential_prompt.go
index f145eceaa..ad8f70c43 100644
--- a/pkg/integration/tests/branch/delete_remote_branch_with_credential_prompt.go
+++ b/pkg/integration/tests/branch/delete_remote_branch_with_credential_prompt.go
@@ -18,7 +18,7 @@ var DeleteRemoteBranchWithCredentialPrompt = NewIntegrationTest(NewIntegrationTe
shell.NewBranch("mybranch")
- shell.PushBranch("origin", "mybranch")
+ shell.PushBranchAndSetUpstream("origin", "mybranch")
// actually getting a password prompt is tricky: it requires SSH'ing into localhost under a newly created, restricted, user.
// This is not easy to do in a cross-platform way, nor is it easy to do in a docker container.