diff --git a/tests/test_deployment_runtime_config.py b/tests/test_deployment_runtime_config.py index eb2a1133..beb646d8 100644 --- a/tests/test_deployment_runtime_config.py +++ b/tests/test_deployment_runtime_config.py @@ -74,7 +74,8 @@ def test_deploy_script_retries_startup_smoke_checks(): assert "smoke_check()" in script assert 'smoke_check "healthz" "https://api.polyweather.top/healthz" 15 3 5' in script - assert 'smoke_check "cities" "https://api.polyweather.top/api/cities" 15 8 5' in script + assert 'smoke_check "local cities" "http://127.0.0.1:8000/api/cities" 10 6 3' in script + assert 'smoke_check "frontend cities" "https://polyweather.top/api/cities" 20 5 5' in script assert 'smoke_check "frontend" "https://www.polyweather.top/" 15 3 5' in script