Merge pull request #655 from 2rs2ts/work-around-httpheaders
Remove HTTPHeaders from ResponseMetadata in some tests
This commit is contained in:
commit
8e8f3d99f6
3 changed files with 21 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ def test_delete_nat_gateway():
|
|||
nat_gateway_id = nat_gateway['NatGateway']['NatGatewayId']
|
||||
response = conn.delete_nat_gateway(NatGatewayId=nat_gateway_id)
|
||||
|
||||
response['ResponseMetadata'].pop('HTTPHeaders') # this is hard to match against, so remove it
|
||||
response.should.equal({
|
||||
'NatGatewayId': nat_gateway_id,
|
||||
'ResponseMetadata': {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue