diff --git a/tests/functional/desy/fixtures/desy_records_ftp_expected.json b/tests/functional/desy/fixtures/desy_records_ftp_expected.json index f4274d38..c353b7ee 100644 --- a/tests/functional/desy/fixtures/desy_records_ftp_expected.json +++ b/tests/functional/desy/fixtures/desy_records_ftp_expected.json @@ -1,6 +1,7 @@ [ { - "core": true, + "core": true, + "citeable": true, "documents": [ { "url": "/tmp/file_urls/full/4467212407c5a5972dc563110d1975e30b8c4450.pdf", @@ -221,7 +222,8 @@ } }, { - "core": true, + "core": true, + "citeable": true, "documents": [ { "url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf", diff --git a/tests/functional/desy/fixtures/desy_records_local_expected.json b/tests/functional/desy/fixtures/desy_records_local_expected.json index 41b2252a..53745d3d 100644 --- a/tests/functional/desy/fixtures/desy_records_local_expected.json +++ b/tests/functional/desy/fixtures/desy_records_local_expected.json @@ -1,6 +1,7 @@ [ { - "core": true, + "core": true, + "citeable": true, "documents": [ { "url": "/tmp/file_urls/full/53e4ae5ef5adb35d0a7617afe76bf7f324fca2c2.pdf", @@ -221,7 +222,8 @@ } }, { - "core": true, + "core": true, + "citeable": true, "documents": [ { "url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf", diff --git a/tests/unit/responses/desy/desy_collection_records_expected.json b/tests/unit/responses/desy/desy_collection_records_expected.json index a023306b..3d01cbb0 100644 --- a/tests/unit/responses/desy/desy_collection_records_expected.json +++ b/tests/unit/responses/desy/desy_collection_records_expected.json @@ -1,6 +1,7 @@ [ { - "core": true, + "core": true, + "citeable": true, "documents": [ { "url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf", @@ -221,7 +222,8 @@ } }, { - "core": true, + "core": true, + "citeable": true, "documents": [ { "url": "http://bib-pubdb1.desy.de/record/390068/files/desy-thesis-17-036.title.pdf", diff --git a/tests/unit/responses/desy/desy_record_expected.json b/tests/unit/responses/desy/desy_record_expected.json index 4016360a..c41c8b34 100644 --- a/tests/unit/responses/desy/desy_record_expected.json +++ b/tests/unit/responses/desy/desy_record_expected.json @@ -1,5 +1,6 @@ { - "core": true, + "core": true, + "citeable": true, "documents": [ { "url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf",