mirror of
https://github.com/bitwarden/server.git
synced 2025-07-01 08:02:49 -05:00
Removed more captcha logic.
This commit is contained in:
@ -94,7 +94,6 @@ public class BaseRequestValidatorTests
|
||||
{
|
||||
// Arrange
|
||||
var context = CreateContext(tokenRequest, requestContext, grantResult);
|
||||
_globalSettings.Captcha.Returns(new GlobalSettings.CaptchaSettings());
|
||||
_globalSettings.SelfHosted = true;
|
||||
_sut.isValid = false;
|
||||
|
||||
|
Reference in New Issue
Block a user