Skip to content

Commit 8cec095

Browse files
committed
uncomment autouse fixture
1 parent 619cac7 commit 8cec095

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -346,6 +346,6 @@ def mock_gravy_valet_get_verified_links():
346346
yield mock_get_verified_links
347347

348348

349-
# @pytest.fixture(autouse=True)
350-
# def load_notification_types(db, *args, **kwargs):
351-
# populate_notification_types(*args, **kwargs)
349+
@pytest.fixture(autouse=True)
350+
def load_notification_types(db, *args, **kwargs):
351+
populate_notification_types(*args, **kwargs)

0 commit comments

Comments
 (0)