diff options
Diffstat (limited to 'test/test_routing.py')
-rw-r--r-- | test/test_routing.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_routing.py b/test/test_routing.py index bf741706..ad793662 100644 --- a/test/test_routing.py +++ b/test/test_routing.py @@ -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', |