mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +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):
|
||||
if method == "GET" and resource == MESTART_RESOURCE:
|
||||
return {"data": MOCK_API_DATA}
|
||||
return None
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
Reference in New Issue
Block a user