gofumpt
This commit is contained in:
parent
0fd5b19c1b
commit
874e89cc97
1 changed files with 2 additions and 2 deletions
|
@ -18,10 +18,11 @@ package annotations
|
|||
|
||||
import (
|
||||
"fmt"
|
||||
networking "k8s.io/api/networking/v1"
|
||||
"net/http"
|
||||
"strings"
|
||||
|
||||
networking "k8s.io/api/networking/v1"
|
||||
|
||||
"github.com/onsi/ginkgo/v2"
|
||||
"github.com/stretchr/testify/assert"
|
||||
"k8s.io/ingress-nginx/test/e2e/framework"
|
||||
|
@ -95,6 +96,5 @@ var _ = framework.DescribeAnnotation("disable-proxy-intercept-errors", func() {
|
|||
Contains(fmt.Sprintf("x-ingress-name=%s", host)).
|
||||
Contains(fmt.Sprintf("x-service-name=%s", framework.HTTPBunService)).
|
||||
Contains(fmt.Sprintf("x-request-id=%s", requestID))
|
||||
|
||||
})
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue