mirror of
https://github.com/internetee/registry.git
synced 2025-07-20 09:46:09 +02:00
updated tests
This commit is contained in:
parent
4519ba4894
commit
66c5b3b6ae
14 changed files with 19 additions and 20 deletions
|
@ -8,6 +8,7 @@ class ReppV1DomainsCreateTest < ActionDispatch::IntegrationTest
|
|||
token = "Basic #{token}"
|
||||
|
||||
@auth_headers = { 'Authorization' => token }
|
||||
Spy.on_instance_method(Domains::NameserverValidator, :run).and_return({result: true, reason: ''})
|
||||
end
|
||||
|
||||
def test_creates_new_domain_successfully
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue