From 476306903af6a267d3402d1871a3ab9feca55b49 Mon Sep 17 00:00:00 2001 From: Christoph Hartmann Date: Fri, 13 Oct 2023 10:44:19 +0200 Subject: [PATCH] gofumpt disableproxyintercepterrors.go --- test/e2e/annotations/disableproxyintercepterrors.go | 1 - 1 file changed, 1 deletion(-) diff --git a/test/e2e/annotations/disableproxyintercepterrors.go b/test/e2e/annotations/disableproxyintercepterrors.go index 82598e968..1559b3c99 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;") - }) })