Update deploy smoke check test

This commit is contained in:
2569718930@qq.com
2026-05-30 23:00:48 +08:00
parent aec9dd6a54
commit 30e9513ce2
+2 -1
View File
@@ -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