From 8bb2e8a1106ac79a6da8405afcb64c7d3b336279 Mon Sep 17 00:00:00 2001 From: "Marlin-Ops.com - Jurgen Coetsiers" Date: Sun, 21 Oct 2018 11:23:41 +0200 Subject: [PATCH] Add changing TLS Zone Settings capability --- tests/Fixtures/Endpoints/changeMinimumTLSVersion.json | 2 +- tests/Fixtures/Endpoints/enableTLS13.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Fixtures/Endpoints/changeMinimumTLSVersion.json b/tests/Fixtures/Endpoints/changeMinimumTLSVersion.json index ade6b02..859cf87 100644 --- a/tests/Fixtures/Endpoints/changeMinimumTLSVersion.json +++ b/tests/Fixtures/Endpoints/changeMinimumTLSVersion.json @@ -3,4 +3,4 @@ "errors": [], "messages": [], "result": "1.0" -} \ No newline at end of file +} diff --git a/tests/Fixtures/Endpoints/enableTLS13.json b/tests/Fixtures/Endpoints/enableTLS13.json index 17da752..cb21ca2 100644 --- a/tests/Fixtures/Endpoints/enableTLS13.json +++ b/tests/Fixtures/Endpoints/enableTLS13.json @@ -3,4 +3,4 @@ "errors": [], "messages": [], "result": "on" -} \ No newline at end of file +}