diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-16 17:46:21 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-16 17:46:21 +0100 |
commit | 557b2f0d01d6177f14c96fda8bf39cfd3f22f6ac (patch) | |
tree | c6472ade648b8e80140f06409a7ac96cdc388b9f /pyblackbird_cc/resources/tests/test_models.py | |
parent | 55e5dfbd51924f1f23e5a651d830206be01e376c (diff) |
wip: working on setting up the tests
Diffstat (limited to 'pyblackbird_cc/resources/tests/test_models.py')
-rw-r--r-- | pyblackbird_cc/resources/tests/test_models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyblackbird_cc/resources/tests/test_models.py b/pyblackbird_cc/resources/tests/test_models.py index c54120c..5adcd14 100644 --- a/pyblackbird_cc/resources/tests/test_models.py +++ b/pyblackbird_cc/resources/tests/test_models.py @@ -13,7 +13,7 @@ from pyblackbird_cc.resources.views import ResourceInfo from pyblackbird_cc.resources.views import _extract_metadata_from_resource -@pytest.mark.django_db +@pytest.mark.django_db() def test_resource_model(resources): assert Resource.objects.filter(name="Default Resource 1").exists() |