mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 13:44:47 +02:00
Move affected domains to the top of the hash, update integration test
This commit is contained in:
parent
3e81366cfc
commit
6fb1e44cca
6 changed files with 15 additions and 11 deletions
|
@ -54,8 +54,8 @@ class APINameserversPutTest < ActionDispatch::IntegrationTest
|
|||
id: 'ns55.bestnames.test',
|
||||
attributes: { hostname: 'ns55.bestnames.test',
|
||||
ipv4: ['192.0.2.55'],
|
||||
ipv6: ['2001:db8::55'] },
|
||||
affected_domains: ["airport.test", "shop.test"] } }),
|
||||
ipv6: ['2001:db8::55'] }},
|
||||
affected_domains: ["airport.test", "shop.test"] }),
|
||||
JSON.parse(response.body, symbolize_names: true)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue