mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
Add type hints to integration tests (part 13) (#87998)
This commit is contained in:
@@ -15,7 +15,7 @@ from .common import CONF_USERNAME, CONFIG, DOMAIN
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
|
||||
async def test_form(hass, mock_account):
|
||||
async def test_form(hass: HomeAssistant, mock_account) -> None:
|
||||
"""Test we get the form."""
|
||||
|
||||
result = await hass.config_entries.flow.async_init(
|
||||
|
||||
Reference in New Issue
Block a user