Rename test to clarify what they're about

This commit is contained in:
Fernando Olivares
2025-12-12 13:20:40 -06:00
committed by Stanko K.R.
parent b3c8d02709
commit 6be20e215b
@@ -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)