feat: support time_zone for user registration context
This commit is contained in:
@@ -118,6 +118,12 @@ func TestPublicOpenAPISpecErrorExamplesMatchStablePublicErrors(t *testing.T) {
|
||||
exampleName: "invalidClientPublicKey",
|
||||
projection: shared.ProjectPublicError(shared.InvalidClientPublicKey()),
|
||||
},
|
||||
{
|
||||
name: "confirm invalid time zone",
|
||||
responseName: "ConfirmEmailCodeBadRequestError",
|
||||
exampleName: "invalidTimeZone",
|
||||
projection: shared.ProjectPublicError(shared.InvalidRequest("time_zone must be a valid IANA time zone name")),
|
||||
},
|
||||
{
|
||||
name: "challenge not found",
|
||||
responseName: "ChallengeNotFoundError",
|
||||
|
||||
Reference in New Issue
Block a user