Fix tests for py3.
This commit is contained in:
parent
0dda687762
commit
3c0c4c2996
10 changed files with 16 additions and 20 deletions
|
|
@ -347,8 +347,7 @@ def test_run_job_flow_with_invalid_params():
|
|||
args['AmiVersion'] = '2.4'
|
||||
args['ReleaseLabel'] = 'emr-5.0.0'
|
||||
client.run_job_flow(**args)
|
||||
ex.exception.response['Error'][
|
||||
'Message'].should.contain('ValidationException')
|
||||
ex.exception.response['Error']['Code'].should.equal('ValidationException')
|
||||
|
||||
|
||||
@mock_emr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue