Move HomematicIP Cloud fixture to integration test (#112987)

* Move HomematicIP Cloud fixture to integration test

* Update tests/components/homematicip_cloud/helper.py

* Update tests/components/homematicip_cloud/helper.py

---------

Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
Joost Lekkerkerker 2024-03-11 13:26:44 +01:00 committed by GitHub
parent 3c06fbbd82
commit f8d1232598
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -28,8 +28,7 @@ from tests.common import load_fixture
HAPID = "3014F7110000000000000001" HAPID = "3014F7110000000000000001"
HAPPIN = "5678" HAPPIN = "5678"
AUTH_TOKEN = "1234" AUTH_TOKEN = "1234"
HOME_JSON = "homematicip_cloud.json" FIXTURE_DATA = load_fixture("homematicip_cloud.json", "homematicip_cloud")
FIXTURE_DATA = load_fixture(HOME_JSON)
def get_and_check_entity_basics(hass, mock_hap, entity_id, entity_name, device_model): def get_and_check_entity_basics(hass, mock_hap, entity_id, entity_name, device_model):