mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
project test case fix, missing pytest marker
This commit is contained in:
parent
6549a0225b
commit
495b5b9341
@ -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')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user