summaryrefslogtreecommitdiff
path: root/app/src/test/resources
diff options
context:
space:
mode:
authorcyBerta <cyberta@riseup.net>2021-01-12 01:11:11 +0100
committercyBerta <cyberta@riseup.net>2021-01-12 01:11:11 +0100
commitc8343663340948c5564f2351a9f25b09cdb25dd2 (patch)
tree63098520d1ebcf24fe93a04930b412405cd51490 /app/src/test/resources
parentcb7894ef9f73fdfb2f3b44b4d3c6afb6133a70ba (diff)
fix existing tests and add one to test if a default data-ciphers parameter gets added correctly
Diffstat (limited to 'app/src/test/resources')
-rw-r--r--app/src/test/resources/general_configuration.json2
1 files changed, 1 insertions, 1 deletions
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