mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Fix lint
This commit is contained in:
@@ -30,7 +30,7 @@ async def test_hap_init(aioclient_mock):
|
|||||||
async def test_hap_setup_invalid_token():
|
async def test_hap_setup_invalid_token():
|
||||||
"""Test we start config flow if username is no longer whitelisted."""
|
"""Test we start config flow if username is no longer whitelisted."""
|
||||||
from homematicip.base.base_connection import HmipConnectionError
|
from homematicip.base.base_connection import HmipConnectionError
|
||||||
|
|
||||||
hass = Mock()
|
hass = Mock()
|
||||||
entry = Mock()
|
entry = Mock()
|
||||||
entry.data = {
|
entry.data = {
|
||||||
|
Reference in New Issue
Block a user