Update fixtures

This commit is contained in:
Artur Beljajev 2018-01-21 23:27:41 +02:00
parent a235db5e83
commit 46c82b3d99
4 changed files with 21 additions and 7 deletions

View file

@ -14,6 +14,6 @@ class Repp::DomainTransfersTest < ActionDispatch::IntegrationTest
private
def http_auth_key
ActionController::HttpAuthentication::Basic.encode_credentials(users(:api).username, users(:api).password)
ActionController::HttpAuthentication::Basic.encode_credentials(users(:api_bestnames).username, users(:api_bestnames).password)
end
end