1
0
Fork 0
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:
Josh Blancett 2013-09-25 14:49:23 -04:00
parent ec7908a740
commit 247d8d35fd

View file

@ -82,9 +82,13 @@ Shindo.tests('Dynect::dns | DNS requests', ['dynect', 'dns']) do
put_record_format = shared_format.merge({
'data' => {
'fqdn' => String,
'ARecords' => [
{
'rdata' => {
'address' => String
},
}
}
],
'record_id' => Integer,
'record_type' => String,
'ttl' => Integer,