This commit is contained in:
2025-12-23 18:13:10 +01:00
parent 32dc893434
commit 9b071fe370
9 changed files with 172 additions and 5 deletions

View File

@@ -162,6 +162,7 @@ class TestFrontendAuthentication:
mock_app = AsyncMock()
mock_list = AsyncMock()
mock_list.GetMissingEpisode = AsyncMock(return_value=[])
mock_list.GetList = AsyncMock(return_value=[])
mock_app.List = mock_list
mock_get_app.return_value = mock_app