mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fixed typo
This commit is contained in:
parent
43e4eb16cb
commit
ff82ba53b9
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Reference in a new issue