Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fpgmaas committed Jan 23, 2025
1 parent 0c8fa08 commit 4f1149f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/dependency_getter/test_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def test_requirements_txt_not_found_raises_exception(tmp_path: Path, caplog: pyt
caplog.at_level(logging.DEBUG),
run_within_dir(tmp_path),
pytest.raises(
DependencySpecificationNotFoundError,
FileNotFoundError,
match=re.escape(
"Requirements files were configured explicitly, but none of the requirements file(s) called 'requirements.txt' found. Exiting."
),
Expand Down

0 comments on commit 4f1149f

Please sign in to comment.