Skip to content

Commit 3bf1967

Browse files
committed
fix for tests
1 parent 17efae0 commit 3bf1967

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

osf/management/commands/populate_notification_types.py

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

2829
if object_content_type_model_name == 'desk':

0 commit comments

Comments
 (0)