diff --git a/tests/fixtures/alpr_cloud.json b/tests/components/openalpr_cloud/fixtures/alpr_cloud.json similarity index 100% rename from tests/fixtures/alpr_cloud.json rename to tests/components/openalpr_cloud/fixtures/alpr_cloud.json diff --git a/tests/components/openalpr_cloud/test_image_processing.py b/tests/components/openalpr_cloud/test_image_processing.py index 090fcabe8a4..7115c3e7bf0 100644 --- a/tests/components/openalpr_cloud/test_image_processing.py +++ b/tests/components/openalpr_cloud/test_image_processing.py @@ -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, )