Move OpenALPR cloud fixture to integration test (#112994)
parent
d76c20a483
commit
958c843512
|
@ -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,
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue