From 4eff0c3f9df9b09f4ae12d8614dc6bad8083bb9d Mon Sep 17 00:00:00 2001 From: bunkerity Date: Thu, 21 Jul 2022 14:59:46 +0200 Subject: [PATCH] tests - fix behind reverse proxy url --- examples/behind-reverse-proxy/tests.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/behind-reverse-proxy/tests.json b/examples/behind-reverse-proxy/tests.json index a31dcf2ca..aad171c55 100644 --- a/examples/behind-reverse-proxy/tests.json +++ b/examples/behind-reverse-proxy/tests.json @@ -7,7 +7,7 @@ "tests": [ { "type": "string", - "url": "https://www.example.com", + "url": "http://www.example.com", "string": "hello" } ]