From ab9fe881c0531b5dd4e2a648e65d4d04b991b807 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 20 May 2019 20:08:43 -0700 Subject: hide abstracts and refs in release expansions --- python/tests/api_webcaptures.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'python/tests/api_webcaptures.py') diff --git a/python/tests/api_webcaptures.py b/python/tests/api_webcaptures.py index 78549b0f..7734398b 100644 --- a/python/tests/api_webcaptures.py +++ b/python/tests/api_webcaptures.py @@ -101,6 +101,8 @@ def test_webcapture_examples(api): assert wc3.cdx[1].sha1 == 'a637f1d27d9bcb237310ed29f19c07e1c8cf0aa5' assert wc3.archive_urls[1].rel == 'warc' assert wc3.releases[0].ident + assert wc3.releases[0].abstracts is None + assert wc3.releases[0].refs is None def test_bad_webcapture(api): -- cgit v1.2.3