Use dataclass properties in system_bridge tests (#60888)

Co-authored-by: epenet <epenet@users.noreply.github.com>
This commit is contained in:
epenet
2021-12-03 08:49:35 +01:00
committed by GitHub
parent c33e3e465b
commit a64ff2ae27

View File

@@ -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(