We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e72143c + 0889626 commit 178c585Copy full SHA for 178c585
test/extended/builds/start.go
@@ -36,7 +36,7 @@ var _ = g.Describe("[builds][Slow] starting a build using CLI", func() {
36
o.Expect(err).NotTo(o.HaveOccurred())
37
38
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)
+ err = exutil.WaitForABuild(oc.REST().Builds(oc.Namespace()), out, exutil.CheckBuildSuccessFn, exutil.CheckBuildFailedFn)
40
if err != nil {
41
exutil.DumpBuildLogs("sample-build", oc)
42
}
0 commit comments