mirror of
https://github.com/azaion/detections.git
synced 2026-04-22 11:26:33 +00:00
fix some cython code
This commit is contained in:
@@ -98,7 +98,7 @@ def test_ft_n04_duplicate_media_id_409(
|
||||
warm_engine, http_client, jwt_token
|
||||
):
|
||||
media_id = "dup-test"
|
||||
body = _ai_config_video()
|
||||
body = _ai_config_image()
|
||||
headers = {"Authorization": f"Bearer {jwt_token}"}
|
||||
r1 = http_client.post(f"/detect/{media_id}", json=body, headers=headers)
|
||||
assert r1.status_code == 200
|
||||
|
||||
Reference in New Issue
Block a user