Commit ff566a9b authored by Bryton Lacquement's avatar Bryton Lacquement 🚪

wip

parent 37db086e
......@@ -96,7 +96,7 @@ class ERP5TestSuite(SlaprunnerTestSuite):
# We expect only one service haproxy
haproxy_service, = [
x['service_name'] for x in service_information_list
if 'haproxy' in x['service_name']
if x['service_name'].startswith('haproxy-')
]
haproxy_slappart = haproxy_service.split(':', 1)[0]
......
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