Move OpenALPR cloud fixture to integration test (#112994)

pull/113002/head
Joost Lekkerkerker 2024-03-10 20:17:24 +01:00 committed by GitHub
parent d76c20a483
commit 958c843512
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ async def test_openalpr_process_image(
aioclient_mock.post(
OPENALPR_API_URL,
params=PARAMS,
text=load_fixture("alpr_cloud.json"),
text=load_fixture("alpr_cloud.json", "openalpr_cloud"),
status=200,
)