From a60f856ce2bc2eccbce0b0dfaa6ec98a30f74f67 Mon Sep 17 00:00:00 2001 From: Valentin Bartenev Date: Tue, 3 Mar 2020 20:37:47 +0300 Subject: Improved validation of the "action" object. Now it enforces the mutual exclusivity of "pass", "proxy", and "share" options. --- test/test_routing.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test') 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'), -- cgit