Add type hints to integration tests (part 23) (#88235)

This commit is contained in:
epenet 2023-02-17 16:40:46 +01:00 committed by GitHub
parent aa50096a31
commit 9a5f88f55f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
49 changed files with 651 additions and 408 deletions

View file

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