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
|
@ -108,7 +108,7 @@ async def test_user_flow(
|
|||
assert not result["result"].unique_id
|
||||
|
||||
|
||||
async def test_error_on_invalid_credentials(hass, tuya):
|
||||
async def test_error_on_invalid_credentials(hass: HomeAssistant, tuya) -> None:
|
||||
"""Test when we have invalid credentials."""
|
||||
|
||||
result = await hass.config_entries.flow.async_init(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue