Skip to content

Commit

Permalink
Update crowd_test.go
Browse files Browse the repository at this point in the history
  • Loading branch information
bianchi2 authored Nov 8, 2023
1 parent ba8a878 commit 7d58b5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2etest/crowd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ func crowdTests(t *testing.T, testConfig TestConfig, bitbucketURL string, crowdU
log.Print("Scaling Bitbucket to 1")
_, kubectlError := k8s.RunKubectlAndGetOutputE(t, getKubectlOptions(t, testConfig), "scale", "sts/bitbucket", "-n", "atlassian", "--replicas=1")
assert.Nil(t, kubectlError)
_, _ := k8s.RunKubectlAndGetOutputE(t, getKubectlOptions(t, testConfig), "delete", "pod", "bitbucket-1", "bitbucket-2", "-n", "atlassian", "--force")
_, _ = k8s.RunKubectlAndGetOutputE(t, getKubectlOptions(t, testConfig), "delete", "pod", "bitbucket-1", "bitbucket-2", "-n", "atlassian", "--force")


// get BITBUCKETSESSIONID to use in the header in subsequent calls
Expand Down

0 comments on commit 7d58b5f

Please sign in to comment.