mirror of
https://github.com/internetee/registry.git
synced 2025-06-11 07:04:47 +02:00
Allow punycode domains in bulk ns change domain scope
This commit is contained in:
parent
0e120d4992
commit
8bb0fd80d1
3 changed files with 10 additions and 7 deletions
|
@ -67,7 +67,8 @@ class APINameserversPutTest < ApplicationIntegrationTest
|
|||
attributes: { hostname: 'ns55.bestnames.test',
|
||||
ipv4: ['192.0.2.55'],
|
||||
ipv6: ['2001:db8::55'] },
|
||||
affected_domains: ["airport.test", "shop.test"] }}),
|
||||
affected_domains: ["airport.test", "shop.test"],
|
||||
skipped_domains: [] }}),
|
||||
JSON.parse(response.body, symbolize_names: true)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue