1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00

Sonos services to work without admin access (#31506)

This commit is contained in:
Paulus Schoutsen
2020-02-05 15:50:20 -08:00
committed by GitHub
parent 41c55e695e
commit 8d2086d076
3 changed files with 26 additions and 9 deletions

View File

@@ -33,7 +33,7 @@ def soco_fixture(music_library, speaker_info, dummy_soco_service):
yield mock_soco
@pytest.fixture(name="discover")
@pytest.fixture(name="discover", autouse=True)
def discover_fixture(soco):
"""Create a mock pysonos discover fixture."""