mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 13:00:11 +00:00
Add type hints to integration tests (part 9) (#87983)
This commit is contained in:
@@ -234,7 +234,9 @@ def test_density_to_air_quality() -> None:
|
||||
assert density_to_air_quality(200) == 5
|
||||
|
||||
|
||||
async def test_async_show_setup_msg(hass, hk_driver, mock_get_source_ip):
|
||||
async def test_async_show_setup_msg(
|
||||
hass: HomeAssistant, hk_driver, mock_get_source_ip
|
||||
) -> None:
|
||||
"""Test show setup message as persistence notification."""
|
||||
pincode = b"123-45-678"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user