From 8cf384b212e38a91d54aabca51be27c9fb3b0d37 Mon Sep 17 00:00:00 2001 From: Guangming Wang Date: Fri, 16 Aug 2019 23:36:24 +0800 Subject: [PATCH] cleanup logging message typos in rewrite.go Signed-off-by: Guangming Wang --- test/e2e/annotations/rewrite.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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).