mirror of
https://github.com/SamyRai/tercul-backend.git
synced 2025-12-27 04:01:34 +00:00
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. |
||
|---|---|---|
| .. | ||
| adapters | ||
| app | ||
| data | ||
| domain | ||
| enrichment | ||
| jobs | ||
| observability | ||
| platform | ||
| testutil | ||