From d18af899b0bb9813c3e1bc3111171787e85ccfc4 Mon Sep 17 00:00:00 2001 From: Remigiusz Janeczek Date: Fri, 28 Feb 2020 12:27:12 +0100 Subject: Improve paths validation and creation in certServiceClient, improve coverage Add tests for path validation Add tests for CsrConfigurationFactory Ensure path from env can end with "/" Ensure path built in file creator is not dependent on representation of root path Issue-ID: AAF-996 Signed-off-by: Remigiusz Janeczek Change-Id: I3d6a7f534d49ff64177917989727a7330e3f6869 --- certServiceClient/pom.xml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'certServiceClient/pom.xml') diff --git a/certServiceClient/pom.xml b/certServiceClient/pom.xml index 5e11f583..4b7c0cf9 100644 --- a/certServiceClient/pom.xml +++ b/certServiceClient/pom.xml @@ -155,11 +155,7 @@ org.junit.jupiter - junit-jupiter-engine - - - org.junit.jupiter - junit-jupiter-api + junit-jupiter org.mockito -- cgit 1.2.3-korg