We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bece37b commit 393cf31Copy full SHA for 393cf31
tests/integrations/gateway/test_gateway.py
@@ -22,10 +22,9 @@ def test_integration_gateway(cli_runner: CliRunner):
22
# Check general routing configuration
23
# Wait as the gateway is not immediately available
24
resp = utils.wait_for_body_text(
25
- domain_name=gateway_domain, body=messages["/health"]
+ domain_name=gateway_domain + "/health", body=messages["/health"]
26
)
27
assert resp.status_code == 200
28
- assert resp.text == messages["/health"]
29
30
# Test with common prefix with configured routes
31
resp = requests.get(
0 commit comments