adjust e2e test

This commit is contained in:
Elvin Efendi 2020-04-14 10:27:38 -04:00
parent b60e25f1db
commit 129df3892c

View file

@ -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")