summaryrefslogtreecommitdiffhomepage
path: root/test/test_configuration.py
diff options
context:
space:
mode:
authorAndrey Zelenkov <zelenkov@nginx.com>2018-01-30 16:16:42 +0300
committerAndrey Zelenkov <zelenkov@nginx.com>2018-01-30 16:16:42 +0300
commitf115cb7032dc0a2a2fa5ef6f66167efdd6b93544 (patch)
tree15774ef9c70d72c0a1e98d52cdf925ad4008c32c /test/test_configuration.py
parentcb80be00a52f3e1d708dc38271a6fa23a4d1a1d2 (diff)
downloadunit-f115cb7032dc0a2a2fa5ef6f66167efdd6b93544.tar.gz
unit-f115cb7032dc0a2a2fa5ef6f66167efdd6b93544.tar.bz2
Tests: small fixes.
Diffstat (limited to 'test/test_configuration.py')
-rw-r--r--test/test_configuration.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_configuration.py b/test/test_configuration.py
index 104ef272..9b3e02cc 100644
--- a/test/test_configuration.py
+++ b/test/test_configuration.py
@@ -158,7 +158,7 @@ class TestUnitConfiguration(unit.TestUnitControl):
self.assertIn('success', self.put('/', """
{
"listeners": {
- "127.0.0.1:7081": {
+ "127.0.0.1:7080": {
"application":"app"
}
},
@@ -177,7 +177,7 @@ class TestUnitConfiguration(unit.TestUnitControl):
self.assertIn('success', self.put('/', """
{
"listeners": {
- "[::1]:7082": {
+ "[::1]:7080": {
"application":"app"
}
},