aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/import_doaj.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/tests/import_doaj.py')
-rw-r--r--python/tests/import_doaj.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/python/tests/import_doaj.py b/python/tests/import_doaj.py
index 9c4ba552..81f17d7c 100644
--- a/python/tests/import_doaj.py
+++ b/python/tests/import_doaj.py
@@ -144,8 +144,7 @@ def test_doaj_dict_parse(doaj_importer):
assert r.pages == "608-617"
assert r.version is None
assert r.language == "en"
- # matched by ISSN, so wouldn't be defined normally
- assert r.extra["container_name"] == "Materials & Design"
+ assert r.container_id
assert len(r.abstracts) == 1
assert len(r.abstracts[0].content) == 1033
assert len(r.contribs) == 5