fix flaky luarestywaf test

This commit is contained in:
Elvin Efendi 2018-08-22 21:20:57 -04:00
parent dc952dc462
commit aa3e06b189

View file

@ -150,6 +150,8 @@ func createIngress(f *framework.Framework, host, service string, port int, annot
})
Expect(err).NotTo(HaveOccurred())
time.Sleep(1 * time.Second)
resp, body, errs := gorequest.New().
Get(f.IngressController.HTTPURL).
Set("Host", host).