[GH-3157] Fixed additional 1.9 hash

This commit is contained in:
Paul Thornthwaite 2014-09-12 12:25:13 +01:00
parent dc47c185d2
commit 8b35f4f81c
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ Shindo.tests('Fog::DNS[:aws] | DNS requests', ['aws', 'dns']) do
tests('assign a health check to a DNS record') do
after do
@r53_connection.change_resource_record_sets(@zone_id, [@resource_record.merge(action: 'DELETE')])
@r53_connection.change_resource_record_sets(@zone_id, [@resource_record.merge(:action => 'DELETE')])
@r53_connection.delete_hosted_zone(@zone_id)
@r53_connection.delete_health_check @health_check_id
end