mirror of
https://github.com/internetee/registry.git
synced 2025-07-22 10:45:58 +02:00
Fix test
This commit is contained in:
parent
048fad3081
commit
7d61eb07b0
1 changed files with 2 additions and 2 deletions
|
@ -72,8 +72,8 @@ class RegistrarAreaNameserverBulkChangeTest < ApplicationSystemTestCase
|
|||
basic_auth: ['test_goodnames', 'testtest'])
|
||||
.to_return(body: { data: {
|
||||
type: 'nameserver',
|
||||
id: 'new-ns.bestnames.test'},
|
||||
affected_domains: ["shop.test"]}.to_json, status: 200)
|
||||
id: 'new-ns.bestnames.test',
|
||||
affected_domains: ["shop.test"]}}.to_json, status: 200)
|
||||
|
||||
visit registrar_domains_url
|
||||
click_link 'Bulk change'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue