We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17efae0 commit 3bf1967Copy full SHA for 3bf1967
1 file changed
osf/management/commands/populate_notification_types.py
@@ -23,6 +23,7 @@ def populate_notification_types(*args, **kwargs):
23
notification_types = yaml.safe_load(stream)
24
for notification_type in notification_types['notification_types']:
25
notification_type.pop('__docs__', None)
26
+ notification_type.pop('tests', None)
27
object_content_type_model_name = notification_type.pop('object_content_type_model_name')
28
29
if object_content_type_model_name == 'desk':
0 commit comments