From ac316ff7a5a29c4d3a3c965147fd3fd9401a0efc Mon Sep 17 00:00:00 2001 From: Andrey Zelenkov Date: Wed, 14 Aug 2019 15:53:58 +0300 Subject: Tests: fixed port reusing to avoid access issues. --- test/test_python_basic.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_python_basic.py') diff --git a/test/test_python_basic.py b/test/test_python_basic.py index f7a7e354..e63158e5 100644 --- a/test/test_python_basic.py +++ b/test/test_python_basic.py @@ -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', ) -- cgit