Tests: check initial configuration in test_routing.py.
This commit is contained in:
@@ -8,6 +8,8 @@ class TestRouting(TestApplicationProto):
|
|||||||
def setUp(self):
|
def setUp(self):
|
||||||
super().setUp()
|
super().setUp()
|
||||||
|
|
||||||
|
self.assertIn(
|
||||||
|
'success',
|
||||||
self.conf(
|
self.conf(
|
||||||
{
|
{
|
||||||
"listeners": {"*:7080": {"pass": "routes"}},
|
"listeners": {"*:7080": {"pass": "routes"}},
|
||||||
@@ -36,6 +38,8 @@ class TestRouting(TestApplicationProto):
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
),
|
||||||
|
'routing configure',
|
||||||
)
|
)
|
||||||
|
|
||||||
def route(self, route):
|
def route(self, route):
|
||||||
|
|||||||
Reference in New Issue
Block a user