mirror of
https://github.com/home-assistant/core.git
synced 2025-08-13 09:35:20 +02:00
Fix cloudflare tests using a dict for the unique id (#107601)
fix cloudflare tests using a dict for the unique id
This commit is contained in:
@@ -57,7 +57,7 @@ async def init_integration(
|
||||
*,
|
||||
data: dict = ENTRY_CONFIG,
|
||||
options: dict = ENTRY_OPTIONS,
|
||||
unique_id: str = MOCK_ZONE,
|
||||
unique_id: str = MOCK_ZONE["name"],
|
||||
skip_setup: bool = False,
|
||||
) -> MockConfigEntry:
|
||||
"""Set up the Cloudflare integration in Home Assistant."""
|
||||
|
Reference in New Issue
Block a user