1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

Bulk make_projects seems to have path concat issues when forcing unicode

This commit is contained in:
Matthew Jones 2014-12-15 16:22:41 -05:00
parent d03fe93927
commit 8f4cd58a5e

View File

@ -208,7 +208,7 @@ class BaseTestMixin(object):
)
def make_projects(self, created_by, count=1, playbook_content='',
role_playbooks=None, unicode_prefix=True):
role_playbooks=None, unicode_prefix=False):
results = []
for x in range(0, count):
self.object_ctr = self.object_ctr + 1