Commit 5f7b6484 authored by Thomas Gambier's avatar Thomas Gambier 🚴🏼

slaprunner: add a comment

parent 59f056a9
...@@ -309,6 +309,7 @@ class TestCustomFrontend(SlaprunnerTestCase): ...@@ -309,6 +309,7 @@ class TestCustomFrontend(SlaprunnerTestCase):
def test(self): def test(self):
parameter_dict = self.computer_partition.getConnectionParameterDict() parameter_dict = self.computer_partition.getConnectionParameterDict()
# slapproxy returns the backend URL when requesting a slave frontend
self.assertEqual( self.assertEqual(
parameter_dict['custom-frontend-url'], parameter_dict['custom-frontend-url'],
'https://www.erp5.com') 'https://www.erp5.com')
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