mirror of
https://github.com/home-assistant/core.git
synced 2025-12-25 05:26:47 +00:00
Separate Plex/Sonos cross-integration tests (#45370)
This commit is contained in:
@@ -254,6 +254,12 @@ def show_seasons_fixture():
|
||||
return load_fixture("plex/show_seasons.xml")
|
||||
|
||||
|
||||
@pytest.fixture(name="sonos_resources", scope="session")
|
||||
def sonos_resources_fixture():
|
||||
"""Load Sonos resources payload and return it."""
|
||||
return load_fixture("plex/sonos_resources.xml")
|
||||
|
||||
|
||||
@pytest.fixture(name="entry")
|
||||
def mock_config_entry():
|
||||
"""Return the default mocked config entry."""
|
||||
|
||||
Reference in New Issue
Block a user