mirror of
https://github.com/home-assistant/core.git
synced 2025-08-06 06:05:10 +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]}"
|
||||
)
|
||||
|
||||
FIXTURE_ZEROCONF_BASE_URL = (
|
||||
f"http://{FIXTURE_ZEROCONF[CONF_HOST]}:{FIXTURE_ZEROCONF[CONF_PORT]}"
|
||||
)
|
||||
FIXTURE_ZEROCONF_BASE_URL = f"http://{FIXTURE_ZEROCONF.host}:{FIXTURE_ZEROCONF.port}"
|
||||
|
||||
|
||||
async def test_user_flow(
|
||||
|
Reference in New Issue
Block a user