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

fixed test

parent d86d45aa
No related branches found
No related tags found
1 merge request!117Feature/808 validate root certificates
...@@ -161,7 +161,7 @@ class DefaultValidationServiceTest { ...@@ -161,7 +161,7 @@ class DefaultValidationServiceTest {
// Then // Then
assertTrue(validationResult.hasError()); assertTrue(validationResult.hasError());
assertThat(validationResult.getError().getMessage(), containsString("\"certChain\" is null")); assertThat(validationResult.getError().getMessage(), containsString("\"x5c\" is null"));
} }
......
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