mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Fix implicit-return in tplink_omada tests (#122776)
This commit is contained in:
parent
9393dcddb7
commit
b8c363a82c
@ -129,6 +129,7 @@ def _get_mock_client(mac: str) -> OmadaNetworkClient:
|
||||
if c["wireless"]:
|
||||
return OmadaWirelessClient(c)
|
||||
return OmadaWiredClient(c)
|
||||
raise ValueError(f"Client with MAC {mac} not found in mock data")
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
|
Loading…
x
Reference in New Issue
Block a user