Support Python 3 using six
This commit is contained in:
parent
d653a3a3f7
commit
eedb4c4b73
67 changed files with 455 additions and 255 deletions
|
|
@ -14,5 +14,5 @@ def test_describe_jobflows():
|
|||
|
||||
res = test_client.get('/?Action=DescribeJobFlows')
|
||||
|
||||
res.data.should.contain('<DescribeJobFlowsResult>')
|
||||
res.data.should.contain('<JobFlows>')
|
||||
res.data.should.contain(b'<DescribeJobFlowsResult>')
|
||||
res.data.should.contain(b'<JobFlows>')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue