Commit Graph

1 Commits

Author SHA1 Message Date
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