Skip to content

Commit

Permalink
Also change the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr authored Sep 12, 2024
1 parent 4903645 commit 5eaccb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/test_bad_url.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def test_filenotfound_error_message(script: Any) -> None:
# Test the error message returned when using a bad 'file:' URL.
# make pip to fail and get an error message
# by running "pip install -r file:nonexistent_file"
# by running "pip install -r file:///nonexistent_file"
proc = script.pip("install", "-r", "file:///unexistent_file", expect_error=True)
assert proc.returncode == 1
expect = (
Expand Down

0 comments on commit 5eaccb8

Please sign in to comment.