From 590ae5356a08e55b1023662800dc05037b933292 Mon Sep 17 00:00:00 2001 From: Anthony Geourjon <anthony.geourjon@tetras-libre.fr> Date: Wed, 22 Feb 2023 11:42:26 +0100 Subject: [PATCH] Change default manifest to automatic test --- __tests__/integration/mirador/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/integration/mirador/index.html b/__tests__/integration/mirador/index.html index bd65b86f6..b2ec202dd 100644 --- a/__tests__/integration/mirador/index.html +++ b/__tests__/integration/mirador/index.html @@ -17,7 +17,7 @@ }, windows: [ { - manifestId: 'https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/folder2/multiple-manifest.json', + manifestId: 'https://iiif.bodleian.ox.ac.uk/iiif/manifest/e32a277e-91e2-4a6d-8ba6-cc4bad230410.json', }], catalog: [ { manifestId: 'https://iiif.pages.tetras-libre.fr/IIIF-Publisher/manifests/COESO/COESO_Project_Home_manifest.json'}, -- GitLab