Skip to content

Commit

Permalink
Merge pull request #272 from michamos/fix-tests-citeable
Browse files Browse the repository at this point in the history
tests: adapt DESY tests to dojson citeable fix
  • Loading branch information
michamos committed May 15, 2019
2 parents 625f0ac + c219b9f commit 3c88fe8
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
'amqp~=2.0,>2.2.0,!=2.3.0',
'autosemver~=0.2',
'inspire-schemas~=59.0,>=59.0.0',
'inspire-dojson~=61.1,>=61.1.1',
'inspire-dojson~=61.1,>=61.1.11',
'inspire-utils~=3.0,>=3.0.0',
'Scrapy>=1.1.0',
'scrapy-crawl-once~=0.1,>=0.1.1',
Expand Down
2 changes: 0 additions & 2 deletions tests/functional/desy/fixtures/desy_records_ftp_expected.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{
"core": true,
"citeable": true,
"documents": [
{
"url": "/tmp/file_urls/full/4467212407c5a5972dc563110d1975e30b8c4450.pdf",
Expand Down Expand Up @@ -223,7 +222,6 @@
},
{
"core": true,
"citeable": true,
"documents": [
{
"url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{
"core": true,
"citeable": true,
"documents": [
{
"url": "/tmp/file_urls/full/53e4ae5ef5adb35d0a7617afe76bf7f324fca2c2.pdf",
Expand Down Expand Up @@ -223,7 +222,6 @@
},
{
"core": true,
"citeable": true,
"documents": [
{
"url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[
{
"core": true,
"citeable": true,
"documents": [
{
"url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf",
Expand Down Expand Up @@ -223,7 +222,6 @@
},
{
"core": true,
"citeable": true,
"documents": [
{
"url": "http://bib-pubdb1.desy.de/record/390068/files/desy-thesis-17-036.title.pdf",
Expand Down
1 change: 0 additions & 1 deletion tests/unit/responses/desy/desy_record_expected.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"core": true,
"citeable": true,
"documents": [
{
"url": "http://bib-pubdb1.desy.de/record/389977/files/desy-thesis-17-035.title.pdf",
Expand Down

0 comments on commit 3c88fe8

Please sign in to comment.