From 54e94a5298e768b30a05691dd817123cfe26639d Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Thu, 28 Apr 2022 14:32:28 -0300 Subject: [PATCH] Adapted filter test to the new `regex` policy - No longer an error skipping it --- tests/test_plot/test_yaml_errors.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/test_plot/test_yaml_errors.py b/tests/test_plot/test_yaml_errors.py index b3a71525..04e56174 100644 --- a/tests/test_plot/test_yaml_errors.py +++ b/tests/test_plot/test_yaml_errors.py @@ -314,13 +314,6 @@ def test_filter_no_regex_1(test_dir): ctx.clean_up() -def test_filter_no_regex_2(test_dir): - ctx = context.TestContext(test_dir, 'FilterNoRegex2', PRJ, 'error_filter_no_regex_2', '') - ctx.run(EXIT_BAD_CONFIG) - assert ctx.search_err("Missing .?regex.?") - ctx.clean_up() - - def test_filter_wrong_entry(test_dir): ctx = context.TestContext(test_dir, 'FilterWrongEntry', PRJ, 'error_filter_wrong_entry', '') ctx.run(EXIT_BAD_CONFIG)