mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 06:51:10 +03:00
Bulk make_projects seems to have path concat issues when forcing unicode
This commit is contained in:
parent
d03fe93927
commit
8f4cd58a5e
@ -208,7 +208,7 @@ class BaseTestMixin(object):
|
|||||||
)
|
)
|
||||||
|
|
||||||
def make_projects(self, created_by, count=1, playbook_content='',
|
def make_projects(self, created_by, count=1, playbook_content='',
|
||||||
role_playbooks=None, unicode_prefix=True):
|
role_playbooks=None, unicode_prefix=False):
|
||||||
results = []
|
results = []
|
||||||
for x in range(0, count):
|
for x in range(0, count):
|
||||||
self.object_ctr = self.object_ctr + 1
|
self.object_ctr = self.object_ctr + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user