From f4ccdfcee322d5e99e207b588f33bc9798e4e328 Mon Sep 17 00:00:00 2001 From: Tessa Walsh Date: Fri, 29 Mar 2024 12:41:00 -0400 Subject: [PATCH] Update force https test for new behavior --- tests/test_force_https.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_force_https.py b/tests/test_force_https.py index 7fc65fac..a3c0171b 100644 --- a/tests/test_force_https.py +++ b/tests/test_force_https.py @@ -56,6 +56,6 @@ class TestForceHttpsRoot(BaseConfigTest): resp = self.get('/20140128051539{0}/http://www.iana.org/domains/example', fmod, headers={'X-Forwarded-Proto': 'https'}) - assert resp.headers['Location'] == 'https://localhost:80/20140128051539{0}/http://www.iana.org/domains/reserved'.format(fmod) + assert resp.headers['Location'] == 'https://localhost:80/20140128051539{0}/http://www.iana.org/help/example-domains'.format(fmod)