Skip to content

Commit

Permalink
Move HomematicIP Cloud fixture to integration test (home-assistant#11…
Browse files Browse the repository at this point in the history
…2987)

* 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 <[email protected]>
  • Loading branch information
joostlek and balloob authored Mar 11, 2024
1 parent 3c06fbb commit f8d1232
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
File renamed without changes.
3 changes: 1 addition & 2 deletions tests/components/homematicip_cloud/helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
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):
Expand Down

0 comments on commit f8d1232

Please sign in to comment.