Skip to content

Commit

Permalink
Update provider_data_ingester tests
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Apr 28, 2023
1 parent ce8600d commit a57ca3f
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,24 @@
"data": [
{
"id": 100,
"image_url": "https://openaccess-cdn.clevelandart.org/1916.586.a/1916.586.a_web.jpg",
"url": "https://openaccess-cdn.clevelandart.org/1916.586.a/1916.586.a_web.jpg",
"media_type": "image",
"title": "Title 100",
"url": "https://clevelandart.org/art/1916.586.a"
"foreign_landing_url": "https://clevelandart.org/art/1916.586.a"
},
{
"audio_url": "https://openaccess-cdn.clevelandart.org/1335.1917/1335.1917_web.jpg",
"url": "https://openaccess-cdn.clevelandart.org/1335.1917/1335.1917_web.jpg",
"id": 101,
"media_type": "audio",
"title": "Title 101",
"url": "https://clevelandart.org/art/1335.1917"
"foreign_landing_url": "https://clevelandart.org/art/1335.1917"
},
{
"id": 102,
"image_url": "https://openaccess-cdn.clevelandart.org/1915.534/1915.534_web.jpg",
"url": "https://openaccess-cdn.clevelandart.org/1915.534/1915.534_web.jpg",
"media_type": "image",
"title": "Title 102",
"url": "https://clevelandart.org/art/1915.534"
"foreign_landing_url": "https://clevelandart.org/art/1915.534"
}
],
"info": {
Expand Down

0 comments on commit a57ca3f

Please sign in to comment.