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" host := "gzip"
ginkgo.BeforeEach(func() { ginkgo.BeforeEach(func() {
f.NewHttpbinDeployment() f.NewHttpbunDeployment()
f.EnsureIngress(framework.NewSingleIngress(host, "/", host, f.Namespace, framework.HTTPBinService, 80, nil)) f.EnsureIngress(framework.NewSingleIngress(host, "/", host, f.Namespace, framework.HTTPBunService, 80, nil))
}) })
ginkgo.It("should be disabled by default", func() { ginkgo.It("should be disabled by default", func() {