Fix implicit-return in surepetcare tests (#122785)
This commit is contained in:
parent
b8c363a82c
commit
bf38db0035
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue