mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
more unicode fixes
This commit is contained in:
@@ -60,7 +60,8 @@ def test_project_migration():
|
||||
|
||||
c1 = Credential.objects.create(name='c1')
|
||||
|
||||
p1 = Project.objects.create(name='p1', credential=c1)
|
||||
project_name = unicode("\xc3\xb4", "utf-8")
|
||||
p1 = Project.objects.create(name=project_name, credential=c1)
|
||||
p1.deprecated_organizations.add(o1, o2, o3)
|
||||
|
||||
i1 = Inventory.objects.create(name='i1', organization=o1)
|
||||
|
||||
Reference in New Issue
Block a user