Commit 2b121fbe authored by Łukasz Nowak's avatar Łukasz Nowak

Fix "Revert "caddy-frontend: Protect against wrong custom config""

Instance to check custom configuration protection was removed, so follow
this in master partition assertion.
parent a1943594
......@@ -3804,8 +3804,8 @@ class TestSlaveBadParameters(SlaveHttpFrontendTestCase, TestDataMixin):
'kedifa-caucase-url': 'http://[%s]:%s' % (
SLAPOS_TEST_IPV6, CAUCASE_PORT),
'accepted-slave-amount': '8',
'rejected-slave-amount': '3',
'slave-amount': '11',
'rejected-slave-amount': '2',
'slave-amount': '10',
'rejected-slave-dict': {
'_custom_domain-unsafe': [
"custom_domain '${section:option} afterspace\\nafternewline' invalid"
......
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