Skip to content

Commit

Permalink
Updated test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbiggs committed Jul 24, 2024
1 parent ae3909a commit b9a1438
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 8 deletions.
14 changes: 12 additions & 2 deletions etna/api/tests/expected_results/article.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,12 @@
"full_url": "https://nationalarchives.gov.uk/media/images/examp.2e16d0ba.fill-1200x480.format-webp.webpquality-60_xM6LhM0.webp",
"width": 100,
"height": 40
}
},
"transcript": null,
"translation": null,
"copyright": null,
"is_sensitive": false,
"custom_sensitive_image": null
},
"hero_image_small": {
"id": 13,
Expand All @@ -93,7 +98,12 @@
"full_url": "https://nationalarchives.gov.uk/media/images/exampl.2e16d0ba.fill-600x400.format-webp.webpquality-60_BEZm7Hv.webp",
"width": 100,
"height": 68
}
},
"transcript": null,
"translation": null,
"copyright": null,
"is_sensitive": false,
"custom_sensitive_image": null
},
"display_content_warning": false,
"custom_warning_text": "",
Expand Down
14 changes: 12 additions & 2 deletions etna/api/tests/expected_results/early_modern.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@
"full_url": "https://nationalarchives.gov.uk/media/images/examp.2e16d0ba.fill-1200x480.format-webp.webpquality-60_VQVfGTV.webp",
"width": 100,
"height": 40
}
},
"transcript": null,
"translation": null,
"copyright": null,
"is_sensitive": false,
"custom_sensitive_image": null
},
"hero_image_small": {
"id": 5,
Expand All @@ -55,7 +60,12 @@
"full_url": "https://nationalarchives.gov.uk/media/images/exampl.2e16d0ba.fill-600x400.format-webp.webpquality-60_XBKOSWE.webp",
"width": 100,
"height": 68
}
},
"transcript": null,
"translation": null,
"copyright": null,
"is_sensitive": false,
"custom_sensitive_image": null
},
"global_alert": null,
"type_label": "Time period",
Expand Down
14 changes: 12 additions & 2 deletions etna/api/tests/expected_results/focused_article.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,12 @@
"full_url": "https://nationalarchives.gov.uk/media/images/examp.2e16d0ba.fill-1200x480.format-webp.webpquality-60_mfg9Hat.webp",
"width": 100,
"height": 40
}
},
"transcript": null,
"translation": null,
"copyright": null,
"is_sensitive": false,
"custom_sensitive_image": null
},
"hero_image_small": {
"id": 15,
Expand All @@ -93,7 +98,12 @@
"full_url": "https://nationalarchives.gov.uk/media/images/exampl.2e16d0ba.fill-600x400.format-webp.webpquality-60_bj9aWVy.webp",
"width": 100,
"height": 68
}
},
"transcript": null,
"translation": null,
"copyright": null,
"is_sensitive": false,
"custom_sensitive_image": null
},
"display_content_warning": false,
"custom_warning_text": "",
Expand Down
14 changes: 12 additions & 2 deletions etna/api/tests/expected_results/postwar.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,12 @@
"full_url": "https://nationalarchives.gov.uk/media/images/examp.2e16d0ba.fill-1200x480.format-webp.webpquality-60_oHYAsUO.webp",
"width": 100,
"height": 40
}
},
"transcript": null,
"translation": null,
"copyright": null,
"is_sensitive": false,
"custom_sensitive_image": null
},
"hero_image_small": {
"id": 7,
Expand All @@ -55,7 +60,12 @@
"full_url": "https://nationalarchives.gov.uk/media/images/exampl.2e16d0ba.fill-600x400.format-webp.webpquality-60_ls5YpjY.webp",
"width": 100,
"height": 68
}
},
"transcript": null,
"translation": null,
"copyright": null,
"is_sensitive": false,
"custom_sensitive_image": null
},
"global_alert": null,
"type_label": "Time period",
Expand Down

0 comments on commit b9a1438

Please sign in to comment.