Allow punycode domains in bulk ns change domain scope

This commit is contained in:
Karl Erik Õunapuu 2020-12-30 11:09:46 +02:00
parent 0e120d4992
commit 8bb0fd80d1
No known key found for this signature in database
GPG key ID: C9DD647298A34764
3 changed files with 10 additions and 7 deletions

View file

@ -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