mirror of
https://github.com/ansible/awx.git
synced 2026-06-26 08:58:03 -02:30
fix tests for project playbook mocking
This commit is contained in:
@@ -110,7 +110,8 @@ def team_member(user, team):
|
||||
def project(instance, organization):
|
||||
prj = Project.objects.create(name="test-proj",
|
||||
description="test-proj-desc",
|
||||
organization=organization
|
||||
organization=organization,
|
||||
playbook_files=['helloworld.yml', 'alt-helloworld.yml']
|
||||
)
|
||||
return prj
|
||||
|
||||
|
||||
Reference in New Issue
Block a user