aboutsummaryrefslogtreecommitdiffstats
path: root/python/tests/web_citation_csl.py
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-06-23 18:44:31 -0700
committerBryan Newbold <bnewbold@robocracy.org>2021-06-23 18:44:31 -0700
commit5f631cba958c1b67c64202f034569f788689e289 (patch)
treed941d5e3a0d7f0890f4906c70e23eae7d988873a /python/tests/web_citation_csl.py
parent35f29b0b4cb9c921c0ca03e8ac11dcd185df2fd3 (diff)
downloadfatcat-5f631cba958c1b67c64202f034569f788689e289.tar.gz
fatcat-5f631cba958c1b67c64202f034569f788689e289.zip
tests: small citeproc style changes (to match Pipfile.lock update)
Diffstat (limited to 'python/tests/web_citation_csl.py')
-rw-r--r--python/tests/web_citation_csl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tests/web_citation_csl.py b/python/tests/web_citation_csl.py
index fb3ce58d..50a2d6e8 100644
--- a/python/tests/web_citation_csl.py
+++ b/python/tests/web_citation_csl.py
@@ -23,7 +23,7 @@ def test_release_bibtex(app, api):
json.loads(rv.data.decode('utf-8'))
rv = app.get('/release/aaaaaaaaaaaaarceaaaaaaaaam/citeproc?style=modern-language-association')
assert rv.status_code == 200
- assert rv.data.decode('utf-8').startswith('Ioannidis, John. “Why Most Published Research Findings Are False”. 2.8 (2005)')
+ assert rv.data.decode('utf-8').startswith('Ioannidis, J.. Why Most Published Research Findings Are False')
# "dummy" demo entity; very minimal metadata
rv = app.get('/release/aaaaaaaaaaaaarceaaaaaaaaai')