mirror of
https://github.com/home-assistant/core.git
synced 2025-07-09 06:17:07 +00:00
Fix flakey mobile app webhook test (#115447)
This commit is contained in:
parent
a093f943d7
commit
2e8f4743eb
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
from binascii import unhexlify
|
from binascii import unhexlify
|
||||||
from http import HTTPStatus
|
from http import HTTPStatus
|
||||||
from unittest.mock import patch
|
from unittest.mock import ANY, patch
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
|
|
||||||
@ -317,7 +317,7 @@ async def test_webhook_handle_get_config(
|
|||||||
"time_zone": hass_config["time_zone"],
|
"time_zone": hass_config["time_zone"],
|
||||||
"components": set(hass_config["components"]),
|
"components": set(hass_config["components"]),
|
||||||
"version": hass_config["version"],
|
"version": hass_config["version"],
|
||||||
"theme_color": "#03A9F4", # Default frontend theme color
|
"theme_color": ANY,
|
||||||
"entities": {
|
"entities": {
|
||||||
"mock-device-id": {"disabled": False},
|
"mock-device-id": {"disabled": False},
|
||||||
"battery-state-id": {"disabled": False},
|
"battery-state-id": {"disabled": False},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user