We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 619cac7 commit 8cec095Copy full SHA for 8cec095
1 file changed
conftest.py
@@ -346,6 +346,6 @@ def mock_gravy_valet_get_verified_links():
346
yield mock_get_verified_links
347
348
349
-# @pytest.fixture(autouse=True)
350
-# def load_notification_types(db, *args, **kwargs):
351
-# populate_notification_types(*args, **kwargs)
+@pytest.fixture(autouse=True)
+def load_notification_types(db, *args, **kwargs):
+ populate_notification_types(*args, **kwargs)
0 commit comments