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

fixed test

parent 5c933bd1
No related branches found
No related tags found
1 merge request!117Feature/808 validate root certificates
...@@ -484,7 +484,7 @@ class DefaultValidationServiceTest { ...@@ -484,7 +484,7 @@ class DefaultValidationServiceTest {
DefaultValidationService defaultValidationService = new DefaultValidationService( DefaultValidationService defaultValidationService = new DefaultValidationService(
getApplicationConfig(false), hashService, schemaProvider, getApplicationConfig(false), hashService, schemaProvider,
FileUtil.loadContentOfFilesInDirectory("trusted-test-root-certificates")); FileUtil.loadContentOfFilesInDirectory("trusted-root-certificates"));
RSAKey rsaKey = RSAKey.parse(FileUtil.loadContentOfFile("certificates/grp-fit-connect-zustelldienst-produktivumgebung.json")); RSAKey rsaKey = RSAKey.parse(FileUtil.loadContentOfFile("certificates/grp-fit-connect-zustelldienst-produktivumgebung.json"));
...@@ -522,7 +522,7 @@ class DefaultValidationServiceTest { ...@@ -522,7 +522,7 @@ class DefaultValidationServiceTest {
DefaultValidationService defaultValidationService = new DefaultValidationService( DefaultValidationService defaultValidationService = new DefaultValidationService(
getApplicationConfig(false), hashService, schemaProvider, getApplicationConfig(false), hashService, schemaProvider,
FileUtil.loadContentOfFilesInDirectory("trusted-test-root-certificates")); FileUtil.loadContentOfFilesInDirectory("trusted-root-certificates"));
RSAKey rsaKey = RSAKey.parse(FileUtil.loadContentOfFile("certificates/grp-fitko-testzertifikat-fit-connect-1.json")); RSAKey rsaKey = RSAKey.parse(FileUtil.loadContentOfFile("certificates/grp-fitko-testzertifikat-fit-connect-1.json"));
......
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