diff --git a/test/controllers/api_test.rb b/test/controllers/api_authentication_test.rb similarity index 98% rename from test/controllers/api_test.rb rename to test/controllers/api_authentication_test.rb index 053a14500..b662c6087 100644 --- a/test/controllers/api_test.rb +++ b/test/controllers/api_authentication_test.rb @@ -1,6 +1,6 @@ require "test_helper" -class ApiTest < ActionDispatch::IntegrationTest +class ApiAuthenticationTest < ActionDispatch::IntegrationTest setup do @davids_bearer_token = bearer_token_env(identity_access_tokens(:davids_api_token).token) @jasons_bearer_token = bearer_token_env(identity_access_tokens(:jasons_api_token).token)