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

fixed typo

This commit is contained in:
Josh Blancett 2013-09-25 10:45:04 -04:00
parent 43e4eb16cb
commit ff82ba53b9

View file

@ -93,7 +93,7 @@ Shindo.tests('Dynect::dns | DNS requests', ['dynect', 'dns']) do
})
tests("put_record('A', '#{@domain}', '#{@fqdn}', 'address' => '1.2.3.4')").formats(post_record_format) do
@dns.ut_record('A', @domain, @fqdn, {'address' => '1.2.3.4'}).body
@dns.put_record('A', @domain, @fqdn, {'address' => '1.2.3.4'}).body
end
publish_zone_format = shared_format.merge({