From 2fee9978ee7c93b3eafdc79c2f3553d8d0117bb1 Mon Sep 17 00:00:00 2001 From: Bjørn Christian Seime Date: Tue, 6 Nov 2018 17:26:08 +0100 Subject: Fix structure of transport-security-options.json test file --- security-utils/src/test/resources/transport-security-options.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security-utils') 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 -- cgit v1.2.3