Make tests conform with #924

This commit is contained in:
Maciej Szlosarczyk 2018-07-30 10:30:57 +03:00
parent 3adb85001a
commit ed1afb78f6
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
require 'test_helper' require 'test_helper'
class RegistrantApiAuthenticationTest < ApplicationSystemTestCase class RegistrantApiAuthenticationTest < ActionDispatch::IntegrationTest
def setup def setup
super super

View file

@ -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