Fix lingering tasks in google_wifi tests (#89571)
This commit is contained in:
parent
b4b7605b82
commit
73cd62bd32
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,7 @@ async def test_setup_minimum(
|
|||
"sensor",
|
||||
{"sensor": {"platform": "google_wifi", "monitored_conditions": ["uptime"]}},
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
assert_setup_component(1, "sensor")
|
||||
|
||||
|
||||
|
@ -72,6 +73,7 @@ async def test_setup_get(
|
|||
}
|
||||
},
|
||||
)
|
||||
await hass.async_block_till_done()
|
||||
assert_setup_component(6, "sensor")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue