Fix e2e tests

This commit is contained in:
Roman Meshko
2026-05-15 12:45:18 +03:00
parent 2eb5b5d8ad
commit 255ec36f8a
3 changed files with 11 additions and 3 deletions
+3
View File
@@ -72,6 +72,9 @@ def video_events(warm_engine, http_client, auth_headers):
**auth_headers,
"X-Channel-Id": channel_id,
"X-Filename": "video_test01.mp4",
"X-Config": json.dumps(
{"model_batch_size": 1, "frame_period_recognition": 25}
),
"Content-Type": "application/octet-stream",
},
timeout=15,