aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/test_wayback.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2020-01-08 17:11:23 -0800
committerBryan Newbold <bnewbold@archive.org>2020-01-09 16:29:37 -0800
commitcc9c911e714bc29b1ccd9133d56bec3960752a07 (patch)
tree718a0484cd145f02e8794331317dfe3155157903 /python/tests/test_wayback.py
parent51e2b302d223dc79c38dc0339e66719fd38f067c (diff)
downloadsandcrawler-cc9c911e714bc29b1ccd9133d56bec3960752a07.tar.gz
sandcrawler-cc9c911e714bc29b1ccd9133d56bec3960752a07.zip
fix grobid tests for new wayback refactors
Diffstat (limited to 'python/tests/test_wayback.py')
-rw-r--r--python/tests/test_wayback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/test_wayback.py b/python/tests/test_wayback.py
index eeb4b37..8d15d70 100644
--- a/python/tests/test_wayback.py
+++ b/python/tests/test_wayback.py
@@ -96,7 +96,7 @@ def test_cdx_lookup_best(cdx_client):
assert resp.warc_path == CDX_SINGLE_HIT[1][-1]
WARC_TARGET = "http://fatcat.wiki/"
-WARC_BODY = "<html>some stuff</html>"
+WARC_BODY = b"<html>some stuff</html>"
@pytest.fixture
def wayback_client(cdx_client, mocker):