mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Add missing return type to some test functions (#119665)
This commit is contained in:
@@ -168,7 +168,7 @@ async def test_form_import_errors(
|
||||
assert result["reason"] == error_type
|
||||
|
||||
|
||||
async def test_options_flow(hass: HomeAssistant, user_flow: str):
|
||||
async def test_options_flow(hass: HomeAssistant, user_flow: str) -> None:
|
||||
"""Test the form options."""
|
||||
|
||||
with patch(
|
||||
|
||||
Reference in New Issue
Block a user