mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fixed data formatting for testing dynect put_record
This commit is contained in:
parent
ec7908a740
commit
247d8d35fd
1 changed files with 7 additions and 3 deletions
|
@ -82,9 +82,13 @@ Shindo.tests('Dynect::dns | DNS requests', ['dynect', 'dns']) do
|
|||
put_record_format = shared_format.merge({
|
||||
'data' => {
|
||||
'fqdn' => String,
|
||||
'rdata' => {
|
||||
'address' => String
|
||||
},
|
||||
'ARecords' => [
|
||||
{
|
||||
'rdata' => {
|
||||
'address' => String
|
||||
}
|
||||
}
|
||||
],
|
||||
'record_id' => Integer,
|
||||
'record_type' => String,
|
||||
'ttl' => Integer,
|
||||
|
|
Loading…
Reference in a new issue