diff --git a/tests/test_v0537.py b/tests/test_v0537.py index f67903b..bd4d106 100644 --- a/tests/test_v0537.py +++ b/tests/test_v0537.py @@ -1502,7 +1502,7 @@ class TestReviewFixesDataScore: link = tmp_path / "link.jsonl" _os.symlink(str(target_outside), str(link)) from soup_cli.utils.data_score import load_jsonl_rows - with pytest.raises(ValueError, match="symlink"): + with pytest.raises(ValueError, match="symlink|under cwd"): load_jsonl_rows("link.jsonl") finally: if target_outside.exists():