Polishing.
See gh-857
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user