From 01a8f6a994e5cf5228b5b1af281dd6915d465524 Mon Sep 17 00:00:00 2001 From: Justin Angel Date: Sun, 2 Nov 2025 10:33:01 -0500 Subject: [PATCH] add email to want --- hscontrol/types/users_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/hscontrol/types/users_test.go b/hscontrol/types/users_test.go index 86f68501..da51928e 100644 --- a/hscontrol/types/users_test.go +++ b/hscontrol/types/users_test.go @@ -361,6 +361,7 @@ func TestOIDCClaimsJSONToUser(t *testing.T) { useUnverifiedEmail: true, want: User{ Provider: util.RegisterMethodOIDC, + Email: "test-unverified-email@test.no", ProviderIdentifier: sql.NullString{ String: "/test-unverified-email", Valid: true,