From 0bfa09dfa0ec6a1474ba30d0e1f8aea832fbc1fc Mon Sep 17 00:00:00 2001 From: Andrei Zeliankou Date: Tue, 14 Apr 2020 02:35:04 +0100 Subject: Tests: minor fixes and style. --- test/test_routing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_routing.py') 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', -- cgit