Tests: fixed port reusing to avoid access issues.
This commit is contained in:
@@ -187,7 +187,7 @@ class TestPHPBasic(TestControl):
|
||||
|
||||
self.assertIn(
|
||||
'success',
|
||||
self.conf({"*:7080": {"pass": "applications/app"}}, 'listeners'),
|
||||
self.conf({"*:7081": {"pass": "applications/app"}}, 'listeners'),
|
||||
'applications restore',
|
||||
)
|
||||
|
||||
|
||||
@@ -200,7 +200,7 @@ class TestPythonBasic(TestControl):
|
||||
|
||||
self.assertIn(
|
||||
'success',
|
||||
self.conf({"*:7080": {"pass": "applications/app"}}, 'listeners'),
|
||||
self.conf({"*:7081": {"pass": "applications/app"}}, 'listeners'),
|
||||
'applications restore',
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user