Tests: small fixes.

This commit is contained in:
Andrey Zelenkov
2018-01-30 16:16:42 +03:00
parent cb80be00a5
commit f115cb7032
3 changed files with 9 additions and 21 deletions

View File

@@ -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"
}
},