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().
|
f.HTTPTestClient().
|
||||||
GET("/").
|
GET("/").
|
||||||
WithHeader("Host", host).
|
WithHeader("Host", host).
|
||||||
|
WithHeader("User-Agent", "hello").
|
||||||
Expect().
|
Expect().
|
||||||
Status(http.StatusOK).
|
Status(http.StatusOK).
|
||||||
Body().Contains("x-hello-world=1")
|
Body().Contains("x-hello-world=1")
|
||||||
|
|
Loading…
Reference in a new issue