File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ def test_array_object__clone_same_object_multiple_times(caplog):
6666@pytest .mark .enable_socket
6767def test_dictionary_object__read_from_stream__limit ():
6868 name = "read_from_stream__length_2gb.pdf"
69- url = ""
69+ url = "https://github.com/user-attachments/files/25842437/read_from_stream__length_2gb.pdf "
7070
7171 reader = PdfReader (BytesIO (get_data_from_url (url = url , name = name )))
7272 page = reader .pages [0 ]
@@ -85,7 +85,7 @@ def _prepare_test_dictionary_object__read_from_stream__no_limit(
8585 env ["COVERAGE_PROCESS_START" ] = "pyproject.toml"
8686
8787 name = "read_from_stream__length_2gb.pdf"
88- url = ""
88+ url = "https://github.com/user-attachments/files/25842437/read_from_stream__length_2gb.pdf "
8989 data = get_data_from_url (url = url , name = name )
9090 pdf_path = path / name
9191 pdf_path .write_bytes (data )
You can’t perform that action at this time.
0 commit comments