diff --git a/test/e2e/annotations/disableproxyintercepterrors.go b/test/e2e/annotations/disableproxyintercepterrors.go index 82598e968f..1559b3c99b 100644 --- a/test/e2e/annotations/disableproxyintercepterrors.go +++ b/test/e2e/annotations/disableproxyintercepterrors.go @@ -53,6 +53,5 @@ var _ = framework.DescribeAnnotation("disable-proxy-intercept-errors", func() { ginkgo.By("turning off proxy_intercept_errors directive") assert.NotContains(ginkgo.GinkgoT(), serverConfig, "proxy_intercept_errors on;") - }) })