mirror of
https://github.com/internetee/registry.git
synced 2025-06-08 05:34:46 +02:00
Make tests conform with #924
This commit is contained in:
parent
3adb85001a
commit
ed1afb78f6
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class RegistrantApiAuthenticationTest < ApplicationSystemTestCase
|
class RegistrantApiAuthenticationTest < ActionDispatch::IntegrationTest
|
||||||
def setup
|
def setup
|
||||||
super
|
super
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
require 'auth_token/auth_token_creator'
|
require 'auth_token/auth_token_creator'
|
||||||
|
|
||||||
class RegistrantApiDomainsTest < ApplicationSystemTestCase
|
class RegistrantApiDomainsTest < ActionDispatch::IntegrationTest
|
||||||
def setup
|
def setup
|
||||||
super
|
super
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue