mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 22:25:13 +02:00
Use dataclass properties in system_bridge tests (#60888)
Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
@@ -81,9 +81,7 @@ FIXTURE_BASE_URL = (
|
|||||||
f"http://{FIXTURE_USER_INPUT[CONF_HOST]}:{FIXTURE_USER_INPUT[CONF_PORT]}"
|
f"http://{FIXTURE_USER_INPUT[CONF_HOST]}:{FIXTURE_USER_INPUT[CONF_PORT]}"
|
||||||
)
|
)
|
||||||
|
|
||||||
FIXTURE_ZEROCONF_BASE_URL = (
|
FIXTURE_ZEROCONF_BASE_URL = f"http://{FIXTURE_ZEROCONF.host}:{FIXTURE_ZEROCONF.port}"
|
||||||
f"http://{FIXTURE_ZEROCONF[CONF_HOST]}:{FIXTURE_ZEROCONF[CONF_PORT]}"
|
|
||||||
)
|
|
||||||
|
|
||||||
|
|
||||||
async def test_user_flow(
|
async def test_user_flow(
|
||||||
|
Reference in New Issue
Block a user