tercul-backend/internal
google-labs-jules[bot] 8224e3446b test: Add tests for ChangePassword mutation
This commit introduces a new test suite for the `ChangePassword` GraphQL mutation in `internal/adapters/graphql/auth_mutations_test.go`.

The new tests cover the following scenarios:
- A user successfully changes their password.
- The mutation fails when the provided current password is incorrect.
- The mutation fails when the request is made by an unauthenticated user.
2025-10-08 19:41:05 +00:00
..
adapters test: Add tests for ChangePassword mutation 2025-10-08 19:41:05 +00:00
app This commit introduces a series of significant improvements to bring the codebase closer to a production-ready state. 2025-10-08 17:25:02 +00:00
data test: Add tests for DeleteUser mutation and refactor errors 2025-10-08 19:18:21 +00:00
domain feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
enrichment feat: Complete large-scale refactor and prepare for production 2025-10-07 11:09:37 +00:00
jobs Chore: Clean up lint warnings and improve code quality 2025-10-07 13:14:01 +00:00
observability feat: Complete all pending tasks from TASKS.md 2025-10-05 05:26:27 +00:00
platform This commit introduces a series of significant improvements to bring the codebase closer to a production-ready state. 2025-10-08 17:25:02 +00:00
testutil This commit introduces a series of significant improvements to bring the codebase closer to a production-ready state. 2025-10-08 17:25:02 +00:00