Fix CC issues

This commit is contained in:
Karl Erik Õunapuu 2020-11-06 16:21:14 +02:00
parent 451e1f79af
commit a182dfb3ba
No known key found for this signature in database
GPG key ID: C9DD647298A34764
5 changed files with 7 additions and 6 deletions

View file

@ -8,6 +8,7 @@ class RegistrarAreaNameserverBulkChangeTest < ApplicationSystemTestCase
def test_replaces_current_registrar_nameservers
request_body = { data: { type: 'nameserver',
id: 'ns1.bestnames.test',
domains: [],
attributes: { hostname: 'new-ns.bestnames.test',
ipv4: %w[192.0.2.55 192.0.2.56],
ipv6: %w[2001:db8::55 2001:db8::56] } } }