Skip to content

Commit e465b8f

Browse files
NFC-99 Test fix
1 parent ff32169 commit e465b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/WebEid.Security.Tests/Validator/VersionValidators/AuthTokenV11CertificateTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public void Init()
5959
[Test]
6060
public void WhenValidV11TokenThenValidationSucceeds()
6161
{
62-
var authTokenValidator = new AuthTokenValidator(config);
62+
var authTokenValidator = new AuthTokenValidator(config, null);
6363
var token = authTokenValidator.Parse(ValidV11AuthTokenStr);
6464
Assert.DoesNotThrowAsync(() => Validator.Validate(token, ValidChallengeNonce));
6565
}

0 commit comments

Comments
 (0)