Skip to content

Commit

Permalink
Update demo data for e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Apr 17, 2024
1 parent 2698c43 commit 661e965
Showing 1 changed file with 20 additions and 5 deletions.
25 changes: 20 additions & 5 deletions demo_data.json
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@
"id": "5",
"type": "funder",
"attributes": {
"localKey": "johnshopkins.edu:funder:316235",
"name": "SCANDINAVIAN BIOPHARMA"
"localKey": "johnshopkins.edu:funder:E2E_TEST_FUNDER_LK",
"name": "PASS_E2E_TEST_FUNDER"
},
"relationships": {
"policy": {
Expand Down Expand Up @@ -966,6 +966,21 @@
}
}
},
{
"op": "add",
"path": "/journal",
"value": {
"id": "10",
"type": "journal",
"attributes": {
"issns": [
"Print:test-fake"
],
"journalName": "PASS_E2E_TEST_JOURNAL",
"nlmta": "PASS_E2E_TEST_JOURNAL"
}
}
},
{
"op": "add",
"path": "/publication",
Expand Down Expand Up @@ -1069,11 +1084,11 @@
"id": "1",
"type": "grant",
"attributes": {
"endDate": "2018-08-31T00:00:00.000Z",
"awardNumber": "Z0650001",
"endDate": "2088-08-31T00:00:00.000Z",
"awardNumber": "TEST_E2E_AWD_NUM",
"awardDate": "2015-09-23T00:00:00.000Z",
"awardStatus": "active",
"projectName": "Reversible activation of critical period plasticity in visual cortex",
"projectName": "TEST_E2E_GRANT",
"startDate": "2015-09-01T00:00:00.000Z",
"localKey": "johnshopkins.edu:grant:12345"
},
Expand Down

0 comments on commit 661e965

Please sign in to comment.