We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12293b8 commit a31708bCopy full SHA for a31708b
test/e2e/routegroup.go
@@ -391,7 +391,7 @@ rBackend: Path("/backend") -> inlineContent("%s") -> <shunt>;
391
}, false)
392
Expect(err).NotTo(HaveOccurred())
393
Expect(resp).NotTo(BeNil())
394
- Expect(resp.StatusCode).To(Eqal(http.StatusTooManyRequests))
+ Expect(resp.StatusCode).To(Equal(http.StatusTooManyRequests))
395
})
396
397
It("Should create blue-green routes [RouteGroup] [Zalando]", func() {
0 commit comments