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:
parent
a2d41af9d7
commit
6a8bbde99e
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue