Skip to content

test: subscription_importer: Only wait for cache idle

Alaric Senat requested to merge asenat/medialibrary:fix/cache-sample into master

Subscriptions no containing valid medias won't trigger any cache update events and thats expected by the API.

The cache update is then checked after that the cache worker reach an idle state and an error message is written accordingly.

Merge request reports