diff --git a/tests/test_plot/test_yaml_errors.py b/tests/test_plot/test_yaml_errors.py index 3d0683c6..467ac809 100644 --- a/tests/test_plot/test_yaml_errors.py +++ b/tests/test_plot/test_yaml_errors.py @@ -666,7 +666,7 @@ def test_error_import_not_str(test_dir): def test_error_import_miss_file(test_dir): ctx = context.TestContext(test_dir, PRJ, 'error_import_miss_file') ctx.run(EXIT_BAD_CONFIG) - assert ctx.search_err(r"missing import file") + assert ctx.search_err(r"issing import file") ctx.clean_up(keep_project=True)