diff --git a/test/e2e/annotations/rewrite.go b/test/e2e/annotations/rewrite.go index 67d2a159c..c1baea61b 100644 --- a/test/e2e/annotations/rewrite.go +++ b/test/e2e/annotations/rewrite.go @@ -208,7 +208,7 @@ var _ = framework.IngressNginxDescribe("Annotations - Rewrite", func() { return strings.Contains(server, `location ~* "^/foo/bar/(.+)" {`) }) - By("check that '/foo/bar/bar' redirects to cusotm rewrite") + By("check that '/foo/bar/bar' redirects to custom rewrite") resp, body, errs := gorequest.New(). Get(f.GetURL(framework.HTTP)+"/foo/bar/bar"). Set("Host", host).