project test case fix, missing pytest marker

This commit is contained in:
Akita Noek 2016-03-14 16:28:57 -04:00
parent 6549a0225b
commit 495b5b9341

View File

@ -90,7 +90,7 @@ def test_project_migration():
assert o2.projects.all()[0].jobtemplates.count() == 1
assert o3.projects.all()[0].jobtemplates.count() == 0
@pytest.mark.django_db
def test_project_user_project(user_project, project, user):
u = user('owner')