From ad96c8c8a3f33ebc0638d55f48aa34ade5465746 Mon Sep 17 00:00:00 2001 From: Sander Verbruggen Date: Mon, 9 Sep 2024 14:22:20 +0200 Subject: [PATCH] FDP-1968: Review comment: remove config for cipher suite (now default in component) Signed-off-by: Sander Verbruggen --- application/src/main/resources/application-test-data.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/application/src/main/resources/application-test-data.yaml b/application/src/main/resources/application-test-data.yaml index 40c0dcf..00855d3 100644 --- a/application/src/main/resources/application-test-data.yaml +++ b/application/src/main/resources/application-test-data.yaml @@ -14,4 +14,3 @@ simulator: psk-identity: 867787050253370 psk-key: ABCDEFGHIJKLMNOP psk-secret: "123456" - cipher-suites: TLS_PSK_WITH_AES_128_GCM_SHA256