Align interact verify test interval with schema minimum
All checks were successful
python-syntax / syntax-check (push) Successful in 10s

This commit is contained in:
2026-05-03 21:04:39 +02:00
parent c1fc97e198
commit 211f38003e

View File

@@ -127,7 +127,7 @@ def test_interact_verify_success_and_timeout(monkeypatch):
payload = { payload = {
"action": {"screen": 0, "action": {"action": "type", "text": "hello"}}, "action": {"screen": 0, "action": {"action": "type", "text": "hello"}},
"verify": {"type": "ocr_text_near_point", "text": "hello", "x": 100, "y": 100}, "verify": {"type": "ocr_text_near_point", "text": "hello", "x": 100, "y": 100},
"check_interval_ms": 10, "check_interval_ms": 50,
"timeout_ms": 500, "timeout_ms": 500,
} }
ok_resp = client.post("/interact/verify", json=payload, headers=_auth_headers()) ok_resp = client.post("/interact/verify", json=payload, headers=_auth_headers())