We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4a4f669 + 98674d5 commit 881fe07Copy full SHA for 881fe07
test/extended/builds/proxy.go
@@ -48,7 +48,7 @@ var _ = g.Describe("[sig-builds][Feature:Builds][Slow] builds should support pro
48
// repository is not accessible. It should never get to the clone.
49
buildLog, err := br.Logs()
50
o.Expect(err).NotTo(o.HaveOccurred())
51
- o.Expect(buildLog).NotTo(o.ContainSubstring("clone"))
+ o.Expect(buildLog).NotTo(o.ContainSubstring("git clone"))
52
o.Expect(buildLog).To(o.MatchRegexp(`unable to access '%s': Failed( to)? connect to`, "https://github.com/openshift/ruby-hello-world.git/"))
53
54
g.By("verifying the build sample-build-1 status")
0 commit comments