chore(cleanups): cleanup unicode usage...
This commit is contained in:
parent
e013e4ca46
commit
8f1e706ad8
9 changed files with 17 additions and 17 deletions
|
|
@ -211,8 +211,8 @@ class TestCreateRepoGroup(object):
|
|||
|
||||
expected = {
|
||||
'repo_group':
|
||||
u'You do not have the permission to store '
|
||||
u'repository groups in the root location.'}
|
||||
'You do not have the permission to store '
|
||||
'repository groups in the root location.'}
|
||||
assert_error(id_, expected, given=response.body)
|
||||
|
||||
def test_api_create_repo_group_regular_user_no_parent_group_perms(self):
|
||||
|
|
@ -232,8 +232,8 @@ class TestCreateRepoGroup(object):
|
|||
|
||||
expected = {
|
||||
'repo_group':
|
||||
u"You do not have the permissions to store "
|
||||
u"repository groups inside repository group `{}`".format(repo_group_name)}
|
||||
"You do not have the permissions to store "
|
||||
"repository groups inside repository group `{}`".format(repo_group_name)}
|
||||
try:
|
||||
assert_error(id_, expected, given=response.body)
|
||||
finally:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue