Update deploy smoke check test
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user