From 461affd302ca9d7e13793f628378592287a27b5b Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 30 Dec 2018 14:44:08 +0100 Subject: [PATCH] Expect status code 403 if enable-remote-toggle is set to 0 404 is no longer used for this. Reported by Lee. --- regression-tests.action | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regression-tests.action b/regression-tests.action index 4582cc6a..25e9b76c 100644 --- a/regression-tests.action +++ b/regression-tests.action @@ -719,7 +719,7 @@ TAG:^Proxy-Authorization header forwarding$ # Fetch Test = http://p.p/toggle # Level = 20 # Fetch Test = http://p.p/toggle -# Expect Status Code = 404 +# Expect Status Code = 403 # Level = 21 # Fetch Test = http://p.p/edit-actions # Level = 12 -- 2.39.2