From 6be20e215bba2fc5755f046895c43994c81ab0c1 Mon Sep 17 00:00:00 2001 From: Fernando Olivares Date: Fri, 12 Dec 2025 13:20:40 -0600 Subject: [PATCH] Rename test to clarify what they're about --- test/controllers/{api_test.rb => api_authentication_test.rb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/controllers/{api_test.rb => api_authentication_test.rb} (98%) 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)