Skip to content

Commit 5eaccb8

Browse files
authored
Also change the comment
1 parent 4903645 commit 5eaccb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/functional/test_bad_url.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
def test_filenotfound_error_message(script: Any) -> None:
88
# Test the error message returned when using a bad 'file:' URL.
99
# make pip to fail and get an error message
10-
# by running "pip install -r file:nonexistent_file"
10+
# by running "pip install -r file:///nonexistent_file"
1111
proc = script.pip("install", "-r", "file:///unexistent_file", expect_error=True)
1212
assert proc.returncode == 1
1313
expect = (

0 commit comments

Comments
 (0)