diff --git a/test/e2e/settings/plugins.go b/test/e2e/settings/plugins.go index 038b22617..1af04e9d2 100644 --- a/test/e2e/settings/plugins.go +++ b/test/e2e/settings/plugins.go @@ -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")