Skip to content

Commit 30a0392

Browse files
committed
populate notification types in OSF Gather tests
1 parent 19c838d commit 30a0392

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

osf_tests/metadata/test_osf_gathering.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
from api_tests.utils import create_test_file
1010
from framework.auth import Auth
11+
from osf.management.commands.populate_notification_types import populate_notification_types
1112
from osf.metadata import osf_gathering
1213
from osf.metadata.rdfutils import (
1314
FOAF,
@@ -36,6 +37,8 @@
3637
class TestOsfGathering(TestCase):
3738
@classmethod
3839
def setUpTestData(cls):
40+
41+
populate_notification_types()
3942
# users:
4043
cls.user__admin = factories.UserFactory()
4144
cls.user__readwrite = factories.UserFactory(

0 commit comments

Comments
 (0)