Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed Sep 26, 2024
1 parent 052fac1 commit 37a5e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ def create_config_entry(
}
# legacy workaround for tests
if AwesomeVersion(HA_VERSION).dev:
config_entry_data["discovery_keys"] = None
config_entry_data["discovery_keys"] = {}
return MockConfigEntry(**config_entry_data)


Expand Down

0 comments on commit 37a5e0b

Please sign in to comment.