fix scan test

This commit is contained in:
Georges-Antoine Assi
2025-07-18 11:53:22 -04:00
parent 31e8596f73
commit 9e722f5806

View File

@@ -26,7 +26,7 @@ class TestScanLibraryTask:
mock_log.info.assert_any_call("Scheduled library scan started...")
mock_scan_platforms.assert_called_once_with(
[], scan_type=ScanType.UNIDENTIFIED, metadata_sources=[MetadataSource.SGDB]
[], scan_type=ScanType.UNIDENTIFIED, metadata_sources=[MetadataSource.LB]
)
mock_log.info.assert_any_call("Scheduled library scan done")