From c8343663340948c5564f2351a9f25b09cdb25dd2 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Tue, 12 Jan 2021 01:11:11 +0100 Subject: fix existing tests and add one to test if a default data-ciphers parameter gets added correctly --- app/src/test/resources/general_configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/src/test/resources') diff --git a/app/src/test/resources/general_configuration.json b/app/src/test/resources/general_configuration.json index 33b0c0b5..222bd19f 100644 --- a/app/src/test/resources/general_configuration.json +++ b/app/src/test/resources/general_configuration.json @@ -1 +1 @@ -{"auth":"SHA1","cipher":"AES-128-CBC","keepalive":"10 30","tls-cipher":"DHE-RSA-AES128-SHA","tun-ipv6":true} \ No newline at end of file +{"auth":"SHA1","cipher":"AES-128-CBC", "data-ciphers": "AES-128-CBC", "keepalive":"10 30","tls-cipher":"DHE-RSA-AES128-SHA","tun-ipv6":true} \ No newline at end of file -- cgit v1.2.3