Skip to content

Commit f67078b

Browse files
Merge pull request #22641 from nalind/buildah-update
Accept buildah 1.7.3+ unused build arg error
2 parents 92b6db8 + c0d4d5b commit f67078b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/extended/builds/start.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ var _ = g.Describe("[Feature:Builds][Slow] starting a build using CLI", func() {
350350
buildLog, err := br.Logs()
351351
o.Expect(err).NotTo(o.HaveOccurred())
352352
g.By("verifying the build completed with a warning.")
353-
o.Expect(buildLog).To(o.ContainSubstring("One or more build-args [bar] were not consumed"))
353+
o.Expect(buildLog).To(o.Or(o.ContainSubstring("One or more build-args [bar] were not consumed"), o.ContainSubstring("one or more build args were not consumed: [bar]")))
354354
})
355355
})
356356

0 commit comments

Comments
 (0)