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 19c838d commit 30a0392Copy full SHA for 30a0392
osf_tests/metadata/test_osf_gathering.py
@@ -8,6 +8,7 @@
8
9
from api_tests.utils import create_test_file
10
from framework.auth import Auth
11
+from osf.management.commands.populate_notification_types import populate_notification_types
12
from osf.metadata import osf_gathering
13
from osf.metadata.rdfutils import (
14
FOAF,
@@ -36,6 +37,8 @@
36
37
class TestOsfGathering(TestCase):
38
@classmethod
39
def setUpTestData(cls):
40
+
41
+ populate_notification_types()
42
# users:
43
cls.user__admin = factories.UserFactory()
44
cls.user__readwrite = factories.UserFactory(
0 commit comments