summaryrefslogtreecommitdiffstats
path: root/security-utils
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2018-11-06 17:26:08 +0100
committerBjørn Christian Seime <bjorncs@oath.com>2018-11-06 17:26:08 +0100
commit2fee9978ee7c93b3eafdc79c2f3553d8d0117bb1 (patch)
treeafa4bd31b68e632e88053cc61708eca20559f869 /security-utils
parent6fb0405c07fe069a373822ffd137d3d9b36ef22d (diff)
Fix structure of transport-security-options.json test file
Diffstat (limited to 'security-utils')
-rw-r--r--security-utils/src/test/resources/transport-security-options.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/security-utils/src/test/resources/transport-security-options.json b/security-utils/src/test/resources/transport-security-options.json
index 0970ffb3524..259d4133aee 100644
--- a/security-utils/src/test/resources/transport-security-options.json
+++ b/security-utils/src/test/resources/transport-security-options.json
@@ -2,7 +2,7 @@
"files": {
"private-key": "myhost.key",
"ca-certificates": "my_cas.pem",
- "certificates": "certs.pem",
- "accepted-ciphers": ["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"]
- }
+ "certificates": "certs.pem"
+ },
+ "accepted-ciphers": ["TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256"]
} \ No newline at end of file