adjust e2e test
This commit is contained in:
parent
b60e25f1db
commit
129df3892c
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ var _ = framework.IngressNginxDescribe("plugins", func() {
|
|||
f.HTTPTestClient().
|
||||
GET("/").
|
||||
WithHeader("Host", host).
|
||||
WithHeader("User-Agent", "hello").
|
||||
Expect().
|
||||
Status(http.StatusOK).
|
||||
Body().Contains("x-hello-world=1")
|
||||
|
|
Loading…
Reference in a new issue