mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Fix implicit-return in surepetcare tests (#122785)
This commit is contained in:
@@ -17,6 +17,7 @@ from tests.common import MockConfigEntry
|
|||||||
async def _mock_call(method, resource):
|
async def _mock_call(method, resource):
|
||||||
if method == "GET" and resource == MESTART_RESOURCE:
|
if method == "GET" and resource == MESTART_RESOURCE:
|
||||||
return {"data": MOCK_API_DATA}
|
return {"data": MOCK_API_DATA}
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
@pytest.fixture
|
@pytest.fixture
|
||||||
|
Reference in New Issue
Block a user