diff options
Diffstat (limited to 'test/test_routing.py')
-rw-r--r-- | test/test_routing.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/test_routing.py b/test/test_routing.py index 67f10d10..f03c0bb3 100644 --- a/test/test_routing.py +++ b/test/test_routing.py @@ -288,8 +288,6 @@ class TestRouting(TestApplicationProto): ) def test_routes_route_pass_absent(self): - self.skip_alerts.append(r'failed to apply new conf') - self.assertIn( 'error', self.conf([{"match": {"method": "GET"}, "action": {}}], 'routes'), |