Commit 9473a906 authored by Łukasz Nowak's avatar Łukasz Nowak

caddy-frontend: Follow "Do not unset Remote-User on the frontend"

Remote-User header is not managed by the frontend.
parent 8cafb994
......@@ -1822,7 +1822,6 @@ class TestSlave(SlaveHttpFrontendTestCase, TestDataMixin):
proto='https', ignore_header_list=None):
if ignore_header_list is None:
ignore_header_list = []
self.assertFalse('remote_user' in backend_header_dict.keys())
if 'Host' not in ignore_header_list:
self.assertEqual(
backend_header_dict['host'],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment