We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c317f03 commit 3d31f7aCopy full SHA for 3d31f7a
test/Identity.Test/Wrappers/BaseRequestValidatorTestWrapper.cs
@@ -143,10 +143,6 @@ protected override void SetValidationErrorResult(
143
BaseRequestValidationContextFake context,
144
CustomValidatorRequestContext requestContext)
145
{
146
- // context.GrantResult.Error = requestContext.ValidationErrorResult.Error;
147
- // context.GrantResult.IsError = requestContext.ValidationErrorResult.IsError;
148
- // context.GrantResult.ErrorDescription = requestContext.ValidationErrorResult.ErrorDescription;
149
- // context.GrantResult.CustomResponse = requestContext.CustomResponse;
150
context.GrantResult.IsError = true;
151
}
152
0 commit comments