Commit b474edeb authored by Jan Reimes's avatar Jan Reimes
Browse files

📝 docs(test): update example docs zip URLs in conftest.py

parent ee9e790d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -87,7 +87,8 @@ def example_docs(cache: pytest.Cache) -> list[Path]:
    Returns list of paths to extracted .docx files.
    """
    zip_urls = [
        # "https://www.3gpp.org/ftp/Specs/archive/26_series/26.253/26253-j10.zip",
        # "https://www.3gpp.org/ftp/Specs/archive/26_series/26.253/26253-j10.zip", # too large for any provider
        "https://www.3gpp.org/ftp/Specs/archive/26_series/26.130/26130-j00.zip",
        "https://www.3gpp.org/ftp/Specs/archive/26_series/26.131/26131-j00.zip",
    ]