Polishing.

See gh-857
This commit is contained in:
Mark Paluch
2024-06-06 15:31:31 +02:00
parent 867c56c32c
commit 3d1116b7f0

View File

@@ -127,9 +127,9 @@ class CertificateBundleUnitTests {
}
@ParameterizedTest
@ValueSource(strings = {"certificate-response-rsa-pem.json", "certificate-response-rsa-der.json",
@ValueSource(strings = { "certificate-response-rsa-pem.json", "certificate-response-rsa-der.json",
"certificate-response-rsa-pembundle.json", "certificate-response-ec-pem.json",
"certificate-response-ec-der.json", "certificate-response-ec-pembundle.json"})
"certificate-response-ec-der.json", "certificate-response-ec-pembundle.json" })
void createKeystore(String path) {
CertificateBundle bundle = loadCertificateBundle(path);
@@ -144,7 +144,7 @@ class CertificateBundleUnitTests {
}
@ParameterizedTest
@ValueSource(strings = {"certificate-response-rsa-pem-pkcs8.json", "certificate-response-ec-pem-pkcs8.json"})
@ValueSource(strings = { "certificate-response-rsa-pem-pkcs8.json", "certificate-response-ec-pem-pkcs8.json" })
void shouldCreateKeystore(String path) {
CertificateBundle bundle = loadCertificateBundle(path);