mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Bulk make_projects seems to have path concat issues when forcing unicode
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user