Skip to content

Commit 178c585

Browse files
author
OpenShift Bot
authored
Merge pull request #9605 from rhcarvalho/followup-8591
Merged by openshift-bot
2 parents e72143c + 0889626 commit 178c585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/extended/builds/start.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ var _ = g.Describe("[builds][Slow] starting a build using CLI", func() {
3636
o.Expect(err).NotTo(o.HaveOccurred())
3737

3838
g.By(fmt.Sprintf("verifying the build %q status", out))
39-
err = exutil.WaitForABuild(oc.REST().Builds(oc.Namespace()), "sample-build-1", exutil.CheckBuildSuccessFn, exutil.CheckBuildFailedFn)
39+
err = exutil.WaitForABuild(oc.REST().Builds(oc.Namespace()), out, exutil.CheckBuildSuccessFn, exutil.CheckBuildFailedFn)
4040
if err != nil {
4141
exutil.DumpBuildLogs("sample-build", oc)
4242
}

0 commit comments

Comments
 (0)