test: add tests for join mail confirmation
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Simon 2026-03-09 17:02:30 +01:00
parent ad6ef169ac
commit 3672ef0d03
Signed by: simon
GPG key ID: 40E7A58C4AA1EDB2
5 changed files with 177 additions and 0 deletions

View file

@ -38,6 +38,8 @@ This document lists all protected routes, which permission set may access them,
- `/auth*`, `/register`, `/reset`, `/sign-in`, `/sign-out`, `/confirm*`, `/password-reset*`, `/set_locale`
The join confirmation route `GET /confirm_join/:token` is public (matched by `/confirm*`). Unit tests: `test/mv_web/controllers/join_confirm_controller_test.exs` (stubbed callback, no integration).
## Test Coverage
**File:** `test/mv_web/plugs/check_page_permission_test.exs`