test(cache): update tests to use legacy hash for speed #656

Merged
argoyle merged 1 commits from test-cache-legacy-hash-optimizations into main 2025-12-08 20:31:03 +00:00

1 Commits

Author SHA1 Message Date
argoyle 129cd8aad1 test(cache): update tests to use legacy hash for speed
Update test setup to leverage legacy hash for API keys in order  
to avoid the performance impact of bcrypt. Replace the API key  
based test with a user subscription-based test to enhance  
concurrency and reliability. Replace `OrganizationByAPIKey`  
with `OrganizationsByUser` to optimize the retrieval process.
2025-12-08 21:06:02 +01:00