File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1+ [
2+ [
3+ " https://pypi.org/sources.whl" ,
4+ null
5+ ]
6+ ]
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def test_fetch_links(mock_get):
6262 realtive_links_file = test_env .get_test_loc ("fetch_links_test.html" )
6363 with open (realtive_links_file ) as realtive_file :
6464 mock_get .return_value = realtive_file .read ()
65- relative_links = PypiSimpleRepository ().fetch_links (normalized_name = "" )
65+ relative_links = PypiSimpleRepository ().fetch_links (normalized_name = "sources.whl " )
6666 relative_links_result_file = test_env .get_temp_file ("json" )
6767 relative_links_expected_file = test_env .get_test_loc ("relative-links-expected.json" , must_exist = False )
6868 with open (relative_links_result_file , "w" ) as file :
You can’t perform that action at this time.
0 commit comments