From 87bfcf2c1dcae8bf37218122952024cdcd3ef9fc Mon Sep 17 00:00:00 2001 From: Ricardo Katz Date: Tue, 27 Feb 2024 12:49:18 -0300 Subject: [PATCH] Fix gzip test --- test/e2e/settings/gzip.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/e2e/settings/gzip.go b/test/e2e/settings/gzip.go index 6f964b859..c7e580e07 100644 --- a/test/e2e/settings/gzip.go +++ b/test/e2e/settings/gzip.go @@ -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() {