Skip to content

Commit

Permalink
Add wait in test_responses_after_setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome committed Nov 16, 2021
1 parent a8f8702 commit e49c01d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/suite/test_virtual_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
class TestVirtualServer:
def test_responses_after_setup(self, kube_apis, crd_ingress_controller, virtual_server_setup):
print("\nStep 1: initial check")
wait_before_test(1)
resp = requests.get(virtual_server_setup.backend_1_url,
headers={"host": virtual_server_setup.vs_host})
assert resp.status_code == 200
Expand Down

0 comments on commit e49c01d

Please sign in to comment.