mirror of
https://github.com/internetee/registry.git
synced 2025-06-28 07:13:26 +02:00
remove nameserver validation from update and create interactions, refactored tests, job and move validator to services scoup
This commit is contained in:
parent
d81e7fa978
commit
287c4ea5d6
13 changed files with 76 additions and 129 deletions
|
@ -8,7 +8,6 @@ class ReppV1DomainsCreateTest < ActionDispatch::IntegrationTest
|
|||
token = "Basic #{token}"
|
||||
|
||||
@auth_headers = { 'Authorization' => token }
|
||||
Spy.on_instance_method(Actions::DomainCreate, :check_for_valid_nameserver).and_return(true)
|
||||
end
|
||||
|
||||
def test_creates_new_domain_successfully
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue