Fix implicit-return in sonos tests (#122780)

pull/122804/head
epenet 2024-07-29 21:52:15 +02:00 committed by GitHub
parent 5d87a74c3c
commit 7bbbda8d2b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -453,6 +453,7 @@ def mock_get_music_library_information(
"object.container.album.musicAlbum",
)
]
return []
@pytest.fixture(name="music_library_browse_categories")