2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

app not ready can not be simulated by tests

This commit is contained in:
Matthias
2022-02-13 17:34:05 +01:00
parent 2838817e32
commit fe65f92df0
4 changed files with 8 additions and 8 deletions

View File

@ -19,7 +19,7 @@ def delete_old_notifications():
try:
from common.models import NotificationEntry
except AppRegistryNotReady:
except AppRegistryNotReady: # pragma: no cover
logger.info("Could not perform 'delete_old_notifications' - App registry not ready")
return