Fix gzip test
This commit is contained in:
parent
eae9dc5111
commit
87bfcf2c1d
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue