This commit is contained in:
2026-08-17 21:20:45 +02:00
parent 321f11e817
commit 6fcdc74843
157 changed files with 2895 additions and 7544 deletions
@@ -9,7 +9,7 @@ import (
func TestAcceptInviteURL(t *testing.T) {
t.Parallel()
got := mail.AcceptInviteURL("http://localhost:28472/", "abc123")
want := "http://localhost:28472/accept-invite?token=abc123"
want := "http://localhost:28472/accept-invite#token=abc123"
if got != want {
t.Fatalf("AcceptInviteURL = %q want %q", got, want)
}