We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff32169 commit e465b8fCopy full SHA for e465b8f
1 file changed
src/WebEid.Security.Tests/Validator/VersionValidators/AuthTokenV11CertificateTest.cs
@@ -59,7 +59,7 @@ public void Init()
59
[Test]
60
public void WhenValidV11TokenThenValidationSucceeds()
61
{
62
- var authTokenValidator = new AuthTokenValidator(config);
+ var authTokenValidator = new AuthTokenValidator(config, null);
63
var token = authTokenValidator.Parse(ValidV11AuthTokenStr);
64
Assert.DoesNotThrowAsync(() => Validator.Validate(token, ValidChallengeNonce));
65
}
0 commit comments