Use latest AMSC runway timestamp for overlays

This commit is contained in:
2569718930@qq.com
2026-06-15 00:43:07 +08:00
parent 8bf7cdd687
commit 59f19407cb
4 changed files with 58 additions and 8 deletions
+2 -2
View File
@@ -129,7 +129,7 @@ def test_scan_terminal_response_includes_backend_server_timing(monkeypatch):
monkeypatch.setattr(
scan_api.legacy_routes,
"build_scan_terminal_payload",
lambda filters, force_refresh=False, timing_recorder=None: {
lambda filters, force_refresh=False, timing_recorder=None, **_kwargs: {
"rows": [],
"filters": filters,
"status": "ready",
@@ -155,7 +155,7 @@ def test_scan_terminal_stale_response_is_not_cached(monkeypatch):
monkeypatch.setattr(
scan_api.legacy_routes,
"build_scan_terminal_payload",
lambda filters, force_refresh=False, timing_recorder=None: {
lambda filters, force_refresh=False, timing_recorder=None, **_kwargs: {
"rows": [],
"filters": filters,
"status": "ready",