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