diff --git a/data/data.json b/data/data.json index 9fc07fa..f3dc66f 100644 --- a/data/data.json +++ b/data/data.json @@ -697,11 +697,13 @@ { "Name": "Haringey", "Code": "E09000014", - "Type": "prism3", + "Type": "enterprise", "Available": [ "Available" ], - "Url": "https://prism.librarymanagementcloud.co.uk/haringey/" + "TitleDetailUrl": "search/detailnonmodal.detail.detailavailabilityaccordions:lookuptitleinfo/ent:[ITEMID]/ILS/0/true/true", + "Url": "https://llc.ent.sirsidynix.net.uk/client/en_GB/haringey/", + "LibraryNameFilter": "Haringey" }, { "Name": "Harrow", diff --git a/tests/enterprise.test.js b/tests/enterprise.test.js index 1ee8427..0c2f17d 100644 --- a/tests/enterprise.test.js +++ b/tests/enterprise.test.js @@ -30,6 +30,7 @@ test('W06000005 - Sir y Fflint - Flintshire', async () => await index.runTest('S test('W06000002 - Gwynedd', async () => await index.runTest('Gwynedd'), 300000); test('E09000012 - Hackney', async () => await index.runTest('Hackney'), 300000); test('E09000013 - Hammersmith and Fulham', async () => await index.runTest('Hammersmith and Fulham'), 300000); +test('E09000014 - Haringey', async () => await index.runTest('Haringey'), 300000); test('E09000015 - Harrow', async () => await index.runTest('Harrow'), 300000); test('E09000016 - Havering', async () => await index.runTest('Havering'), 300000); test('E09000017 - Hillingdon', async () => await index.runTest('Hillingdon'), 300000); diff --git a/tests/prism3.test.js b/tests/prism3.test.js index 17ad431..44ee297 100644 --- a/tests/prism3.test.js +++ b/tests/prism3.test.js @@ -10,7 +10,6 @@ test('S12000010 - East Lothian', async () => await index.runTest('East Lothian') test('S12000015 - Fife', async () => await index.runTest('Fife'), 300000); test('E08000037 - Gateshead', async () => await index.runTest('Gateshead'), 300000); test('E09000011 - Greenwich', async () => await index.runTest('Greenwich'), 300000); -test('E09000014 - Haringey', async () => await index.runTest('Haringey'), 300000); test('E06000019 - Herefordshire', async () => await index.runTest('Herefordshire'), 300000); test('E09000019 - Islington', async () => await index.runTest('Islington'), 300000); test(' - Jersey', async () => await index.runTest('Jersey'), 300000);