Fix cloudflare tests using a dict for the unique id (#107601)

fix cloudflare tests using a dict for the unique id
pull/107590/head
J. Nick Koston 2024-01-08 20:59:29 -10:00 committed by GitHub
parent 05d205ae7a
commit 955c70b8f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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."""