Files
growstuff/spec
google-labs-jules[bot] 1b087bd161 Refactor API request specs to use token authentication
This commit introduces a new shared context, `with authenticated member`, to standardize authentication in the API request specs. The shared context creates a member, generates an API token using the `Token token=` scheme, and provides authenticated and unauthenticated headers for use in the tests.

All API request specs in `spec/requests/api/v1/` have been updated to use this shared context. This includes:

*   Associating test data with the authenticated member to correctly test authorization scopes.
*   Updating test expectations to reflect the new scoped behavior of the API endpoints.
*   Refactoring `create`, `update`, and `delete` tests to use the shared headers for checking authorization rules, making the tests cleaner and more robust.
2025-11-29 03:41:08 +00:00
..
2025-09-20 09:45:56 +00:00
2025-08-24 21:10:16 +09:30
2024-02-04 15:08:18 +10:30
2025-09-20 09:45:56 +00:00
2025-08-24 21:10:16 +09:30
2019-12-26 13:38:17 +13:00
2025-08-10 03:12:58 +00:00
2025-08-10 15:55:52 +09:30
2024-01-07 01:57:19 +00:00