Tests: minor fixes and style.

This commit is contained in:
Andrei Zeliankou
2020-04-14 02:35:04 +01:00
parent 58cc13ab29
commit 0bfa09dfa0
16 changed files with 99 additions and 175 deletions

View File

@@ -605,7 +605,7 @@ class TestRouting(TestApplicationProto):
self.assertIn(
'success',
self.conf_post(
{"match": {"method": "POST"}, "action": {"return": 200},},
{"match": {"method": "POST"}, "action": {"return": 200}},
'routes',
),
'routes edit configure 6',