UPT: updated e2e testing title for lua test

This commit is contained in:
Desmond Ho 2018-10-24 18:30:43 +08:00
parent bab521e81a
commit 3c2c0d0858

View file

@ -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{