Cleanup mock_get_source_ip from tests (#118459)
This commit is contained in:
parent
9221eeb2f7
commit
c6e0e93680
26 changed files with 53 additions and 171 deletions
|
@ -627,12 +627,6 @@ def tv_event_fixture(soco):
|
|||
return SonosMockEvent(soco, soco.avTransport, variables)
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
def mock_get_source_ip(mock_get_source_ip):
|
||||
"""Mock network util's async_get_source_ip in all sonos tests."""
|
||||
return mock_get_source_ip
|
||||
|
||||
|
||||
@pytest.fixture(name="zgs_discovery", scope="package")
|
||||
def zgs_discovery_fixture():
|
||||
"""Load ZoneGroupState discovery payload and return it."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue