Commit 7318f325 authored by Łukasz Nowak's avatar Łukasz Nowak

squash! caddy-frontend: Fix slave authorization

The assertion was fixed incorrectly.
parent 11dceeb6
...@@ -758,12 +758,12 @@ http://apachecustomhttpsaccepted.example.com:%%(http_port)s { ...@@ -758,12 +758,12 @@ http://apachecustomhttpsaccepted.example.com:%%(http_port)s {
'monitor-base-url': None, 'monitor-base-url': None,
'domain': 'example.com', 'domain': 'example.com',
'accepted-slave-amount': '33', 'accepted-slave-amount': '33',
'rejected-slave-amount': '2', 'rejected-slave-amount': '3',
'slave-amount': '35', 'slave-amount': '36',
'rejected-slave-dict': 'rejected-slave-dict':
'{"_apache_custom_http_s-rejected": ["slave not authorized"], ' '{"_apache_custom_http_s-rejected": ["slave not authorized"], '
'"_caddy_custom_http_s-rejected": ["slave not authorized"], ' '"_caddy_custom_http_s-rejected": ["slave not authorized"], '
'"_caddy_custom_http_s": ["slave not authorized"]' '"_caddy_custom_http_s": ["slave not authorized"]}'
} }
self.assertEqual( self.assertEqual(
......
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