Skip to content
Snippets Groups Projects
Commit 40c7d11f authored by Henry Borasch's avatar Henry Borasch
Browse files

fixed test

parent 9db92581
No related branches found
No related tags found
2 merge requests!143901 - More precise Validations with `JWKValidator`,!117Feature/808 validate root certificates
This commit is part of merge request !117. Comments created here will be created in the context of that merge request.
...@@ -168,7 +168,7 @@ class DefaultValidationServiceTest { ...@@ -168,7 +168,7 @@ class DefaultValidationServiceTest {
// Then // Then
assertTrue(validationResult.hasError()); assertTrue(validationResult.hasError());
assertThat(validationResult.getError().getMessage(), containsString("\"x5c\" is null")); assertThat(validationResult.getError().getMessage(), containsString("Root certificates value cannot be null or empty"));
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment