Adapted filter test to the new `regex` policy

- No longer an error skipping it
This commit is contained in:
Salvador E. Tropea 2022-04-28 14:32:28 -03:00
parent 494c9126f7
commit 54e94a5298
1 changed files with 0 additions and 7 deletions

View File

@ -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)