We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9ecee commit 2d4064fCopy full SHA for 2d4064f
osf/management/commands/populate_notification_types.py
@@ -22,6 +22,7 @@ def populate_notification_types(*args, **kwargs):
22
notification_types = yaml.safe_load(stream)
23
for notification_type in notification_types['notification_types']:
24
notification_type.pop('__docs__', None)
25
+ notification_type.pop('tests', None)
26
object_content_type_model_name = notification_type.pop('object_content_type_model_name')
27
28
if object_content_type_model_name == 'desk':
0 commit comments