fix tests for project playbook mocking

This commit is contained in:
AlanCoding
2016-10-24 21:04:01 -04:00
parent 3c24105271
commit 3b4b1412fc
3 changed files with 9 additions and 20 deletions

View File

@@ -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