We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ac009a + a08b93b commit 6ff50acCopy full SHA for 6ff50ac
test/extended/builds/digest.go
@@ -70,6 +70,8 @@ func testBuildDigest(oc *exutil.CLI, buildFixture string, buildLogLevel uint) {
70
logLevelArg := fmt.Sprintf("--build-loglevel=%d", buildLogLevel)
71
g.By("starting a test build")
72
br, err := exutil.StartBuildAndWait(oc, "test", logLevelArg)
73
+ o.Expect(err).NotTo(o.HaveOccurred())
74
+ br.AssertSuccess()
75
76
g.By("checking that the image digest has been saved to the build status")
77
o.Expect(br.Build.Status.Output.To).NotTo(o.BeNil())
0 commit comments