diff --git a/tests/fixtures/homematicip_cloud.json b/tests/components/homematicip_cloud/fixtures/homematicip_cloud.json similarity index 100% rename from tests/fixtures/homematicip_cloud.json rename to tests/components/homematicip_cloud/fixtures/homematicip_cloud.json diff --git a/tests/components/homematicip_cloud/helper.py b/tests/components/homematicip_cloud/helper.py index d073cfc4e3d..5bc11b77d32 100644 --- a/tests/components/homematicip_cloud/helper.py +++ b/tests/components/homematicip_cloud/helper.py @@ -28,8 +28,7 @@ from tests.common import load_fixture HAPID = "3014F7110000000000000001" HAPPIN = "5678" AUTH_TOKEN = "1234" -HOME_JSON = "homematicip_cloud.json" -FIXTURE_DATA = load_fixture(HOME_JSON) +FIXTURE_DATA = load_fixture("homematicip_cloud.json", "homematicip_cloud") def get_and_check_entity_basics(hass, mock_hap, entity_id, entity_name, device_model):