mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Move OpenALPR cloud fixture to integration test (#112994)
This commit is contained in:
parent
d76c20a483
commit
958c843512
@ -136,7 +136,7 @@ async def test_openalpr_process_image(
|
|||||||
aioclient_mock.post(
|
aioclient_mock.post(
|
||||||
OPENALPR_API_URL,
|
OPENALPR_API_URL,
|
||||||
params=PARAMS,
|
params=PARAMS,
|
||||||
text=load_fixture("alpr_cloud.json"),
|
text=load_fixture("alpr_cloud.json", "openalpr_cloud"),
|
||||||
status=200,
|
status=200,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user