mirror of
https://github.com/inventree/InvenTree.git
synced 2025-08-12 14:50:54 +00:00
app not ready can not be simulated by tests
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user