Поправлен переход в ОК

This commit is contained in:
2026-02-26 22:54:53 +03:00
parent 06d9ef2868
commit 8e023d304f
3 changed files with 19 additions and 3 deletions

View File

@@ -145,8 +145,6 @@ def test_execute_timeout_does_not_start_parallel_runs(tmp_path, monkeypatch):
await app.stop()
assert app.calls >= 1
assert app._last_execute_error is not None
assert "did not finish within" in app._last_execute_error
assert app.max_active == 2
assert degraded_health["status"] == "degraded"