Support Python 3 using six
This commit is contained in:
parent
d653a3a3f7
commit
eedb4c4b73
67 changed files with 455 additions and 255 deletions
|
|
@ -13,4 +13,4 @@ def test_ses_list_identities():
|
|||
test_client = backend.test_client()
|
||||
|
||||
res = test_client.get('/?Action=ListIdentities')
|
||||
res.data.should.contain("ListIdentitiesResponse")
|
||||
res.data.should.contain(b"ListIdentitiesResponse")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue