[Privoxy-commits] [privoxy] 03/03: Fix a regression test

User Git git at git.privoxy.org
Tue Jan 26 05:26:37 UTC 2021


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

commit 7098af7bbdcd9aa422df17a5c69583ce16da92e4
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Mon Jan 25 21:33:01 2021 +0100

    Fix a regression test
    
    Even with FEATURE_GRACEFUL_TERMINATION enabled the request
    for http://p.p/die will result in status code 403 as no
    trusted Referer is set.
---
 regression-tests.action | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-tests.action b/regression-tests.action
index 9f812637..f54aa617 100644
--- a/regression-tests.action
+++ b/regression-tests.action
@@ -733,7 +733,7 @@ TAG:^Proxy-Authorization header forwarding$
 # Expect Status Code = 404
 # Level = 18
 # Fetch Test = http://p.p/die
-# Expect Status Code = 200
+# Expect Status Code = 403
 # Level = 19
 # Fetch Test = http://p.p/show-status
 # Fetch Test = http://config.privoxy.org/show-status?file=actions&index=0

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list