Add type hints to integration tests (part 23) (#88235)
This commit is contained in:
parent
aa50096a31
commit
9a5f88f55f
49 changed files with 651 additions and 408 deletions
|
@ -201,7 +201,7 @@ async def test_no_locations(hass: HomeAssistant) -> None:
|
|||
assert mock_request.call_count == 1
|
||||
|
||||
|
||||
async def test_options_flow(hass: HomeAssistant):
|
||||
async def test_options_flow(hass: HomeAssistant) -> None:
|
||||
"""Test config flow options."""
|
||||
config_entry = MockConfigEntry(
|
||||
domain=DOMAIN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue