File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
spring-vault-core/src/test/java/org/springframework/vault/support Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,9 +127,9 @@ void getAsKeystore() throws Exception {
127127 }
128128
129129 @ ParameterizedTest
130- @ ValueSource (strings = {"certificate-response-rsa-pem.json" , "certificate-response-rsa-der.json" ,
130+ @ ValueSource (strings = { "certificate-response-rsa-pem.json" , "certificate-response-rsa-der.json" ,
131131 "certificate-response-rsa-pembundle.json" , "certificate-response-ec-pem.json" ,
132- "certificate-response-ec-der.json" , "certificate-response-ec-pembundle.json" })
132+ "certificate-response-ec-der.json" , "certificate-response-ec-pembundle.json" })
133133 void createKeystore (String path ) {
134134
135135 CertificateBundle bundle = loadCertificateBundle (path );
@@ -144,7 +144,7 @@ void createKeystore(String path) {
144144 }
145145
146146 @ ParameterizedTest
147- @ ValueSource (strings = {"certificate-response-rsa-pem-pkcs8.json" , "certificate-response-ec-pem-pkcs8.json" })
147+ @ ValueSource (strings = { "certificate-response-rsa-pem-pkcs8.json" , "certificate-response-ec-pem-pkcs8.json" })
148148 void shouldCreateKeystore (String path ) {
149149
150150 CertificateBundle bundle = loadCertificateBundle (path );
You can’t perform that action at this time.
0 commit comments