Tests: fixed test for listener without port.
Broken after 879868522dbf.
This commit is contained in:
@@ -193,10 +193,10 @@ class TestUnitConfiguration(unit.TestUnitControl):
|
||||
"""), 'explicit ipv6')
|
||||
|
||||
def test_listeners_no_port(self):
|
||||
self.assertIn('success', self.put('/', """
|
||||
self.assertIn('error', self.put('/', """
|
||||
{
|
||||
"listeners": {
|
||||
"[::1]:7082": {
|
||||
"127.0.0.1": {
|
||||
"application":"app"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user