Move OpenALPR cloud fixture to integration test (#112994)

This commit is contained in:
Joost Lekkerkerker
2024-03-10 20:17:24 +01:00
committed by GitHub
parent d76c20a483
commit 958c843512
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,
)