Skip to content

Commit 2d4064f

Browse files
committed
fix for tests
1 parent dc9ecee commit 2d4064f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osf/management/commands/populate_notification_types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def populate_notification_types(*args, **kwargs):
2222
notification_types = yaml.safe_load(stream)
2323
for notification_type in notification_types['notification_types']:
2424
notification_type.pop('__docs__', None)
25+
notification_type.pop('tests', None)
2526
object_content_type_model_name = notification_type.pop('object_content_type_model_name')
2627

2728
if object_content_type_model_name == 'desk':

0 commit comments

Comments
 (0)