1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00

[aws|dns] Fix some syntax errors

This commit is contained in:
Nat Welch 2014-09-17 11:26:06 -07:00
parent a2d41af9d7
commit 6a8bbde99e

View file

@ -140,9 +140,9 @@ Shindo.tests('Fog::DNS[:aws] | DNS requests', ['aws', 'dns']) do
:type => 'A',
:ttl => 3600,
:resource_records => ['8.8.4.4'],
health_check_id: @health_check_id,
set_identifier: SecureRandom.hex(8),
weight: 50
:health_check_id => @health_check_id,
:set_identifier => SecureRandom.hex(8),
:weight => 50
}
resource_record_set = [@resource_record.merge(:action => 'CREATE')]
record_response = @r53_connection.change_resource_record_sets @zone_id, resource_record_set