Skip to content

Commit a31708b

Browse files
MustafaSaberdemonCoder95
authored andcommitted
fix typo
Signed-off-by: Mustafa Abdelrahman <[email protected]>
1 parent 12293b8 commit a31708b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/routegroup.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ rBackend: Path("/backend") -> inlineContent("%s") -> <shunt>;
391391
}, false)
392392
Expect(err).NotTo(HaveOccurred())
393393
Expect(resp).NotTo(BeNil())
394-
Expect(resp.StatusCode).To(Eqal(http.StatusTooManyRequests))
394+
Expect(resp.StatusCode).To(Equal(http.StatusTooManyRequests))
395395
})
396396

397397
It("Should create blue-green routes [RouteGroup] [Zalando]", func() {

0 commit comments

Comments
 (0)