Fix gzip test

This commit is contained in:
Ricardo Katz 2024-02-27 12:49:18 -03:00
parent eae9dc5111
commit 87bfcf2c1d

View file

@ -33,8 +33,8 @@ var _ = framework.DescribeSetting("gzip", func() {
host := "gzip"
ginkgo.BeforeEach(func() {
f.NewHttpbinDeployment()
f.EnsureIngress(framework.NewSingleIngress(host, "/", host, f.Namespace, framework.HTTPBinService, 80, nil))
f.NewHttpbunDeployment()
f.EnsureIngress(framework.NewSingleIngress(host, "/", host, f.Namespace, framework.HTTPBunService, 80, nil))
})
ginkgo.It("should be disabled by default", func() {