summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2020-12-17 23:03:00 -0800
committerBryan Newbold <bnewbold@robocracy.org>2020-12-17 23:03:00 -0800
commit53b17b96c61ecfe14a30da523e993a9902d7f375 (patch)
tree8a6181f03a65fc0e52026d52f6043d5f98a53ac2 /python
parent753407d23dcc507b4f933a0a062ef81f5ffc72da (diff)
downloadfatcat-53b17b96c61ecfe14a30da523e993a9902d7f375.tar.gz
fatcat-53b17b96c61ecfe14a30da523e993a9902d7f375.zip
fix sloppy is_preserved ES transfom test failure
Diffstat (limited to 'python')
-rw-r--r--python/tests/transform_elasticsearch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/transform_elasticsearch.py b/python/tests/transform_elasticsearch.py
index b5f23e76..9cf77d4a 100644
--- a/python/tests/transform_elasticsearch.py
+++ b/python/tests/transform_elasticsearch.py
@@ -225,7 +225,7 @@ def test_elasticsearch_release_kbart_year():
assert es['preservation'] == "none"
assert es['is_oa'] == True
assert es['is_longtail_oa'] == False
- assert es['is_preserved'] == None
+ assert es['is_preserved'] == False
assert es['in_web'] == False
assert es['in_dweb'] == False
assert es['in_ia'] == False