From 3c2c0d085872aac1e36168fb5f8a7b50643ab113 Mon Sep 17 00:00:00 2001 From: Desmond Ho Date: Wed, 24 Oct 2018 18:30:43 +0800 Subject: [PATCH] UPT: updated e2e testing title for lua test --- test/e2e/annotations/luarestywaf.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/annotations/luarestywaf.go b/test/e2e/annotations/luarestywaf.go index d097be7c0..a3585d304 100644 --- a/test/e2e/annotations/luarestywaf.go +++ b/test/e2e/annotations/luarestywaf.go @@ -80,7 +80,7 @@ var _ = framework.IngressNginxDescribe("Annotations - lua-resty-waf", func() { Expect(len(errs)).Should(Equal(0)) Expect(resp.StatusCode).Should(Equal(http.StatusOK)) }) - It("should reject the invaild content", func() { + It("should not reject request with an unknown content type", func() { host := "foo" contenttype := "application/octet-stream" createIngress(f, host, "http-svc", 80, map[string]string{