Skip to content

Commit

Permalink
Haringey has moved to Enterprise (#23)
Browse files Browse the repository at this point in the history
* West Sussex moved to Arena v7

* Haringey move to Enterprise
  • Loading branch information
cpwood authored Dec 10, 2022
1 parent 7b34d8d commit 627c4c8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions tests/enterprise.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down
1 change: 0 additions & 1 deletion tests/prism3.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 627c4c8

Please sign in to comment.