diff options
Diffstat (limited to 'python/tests/api_files.py')
-rw-r--r-- | python/tests/api_files.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/tests/api_files.py b/python/tests/api_files.py index 443fe63f..8f9caf3e 100644 --- a/python/tests/api_files.py +++ b/python/tests/api_files.py @@ -18,6 +18,10 @@ def test_file(api): url="https://web.archive.org/web/12345542/something.com/blah.pdf", rel="webarchive", ), + FileUrl( + url="https://something.com/blah.pdf", + rel="web", + ), ], release_ids=[], extra=dict(a=2, b=5), |