mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Add type hints to integration tests (part 3) (#87844)
This commit is contained in:
@@ -166,7 +166,9 @@ async def test_get_services_error(hass: HomeAssistant) -> None:
|
||||
assert account_link.DATA_SERVICES not in hass.data
|
||||
|
||||
|
||||
async def test_implementation(hass, flow_handler, current_request_with_host):
|
||||
async def test_implementation(
|
||||
hass: HomeAssistant, flow_handler, current_request_with_host: None
|
||||
) -> None:
|
||||
"""Test Cloud OAuth2 implementation."""
|
||||
hass.data["cloud"] = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user