diff --git a/app/helpers/ubiquity/preselect_institution_helper.rb b/app/helpers/ubiquity/preselect_institution_helper.rb index 4a093f34..9e9ee32b 100644 --- a/app/helpers/ubiquity/preselect_institution_helper.rb +++ b/app/helpers/ubiquity/preselect_institution_helper.rb @@ -8,7 +8,7 @@ def fetch_institution_by_tenant institution_hash = { 'British Library' => ['sandbox', 'sandbox2', 'bl', 'bl-demo'], 'British Museum' => ['britishmuseum', 'britishmuseum-demo'], - 'Historic Royal Palaces' => ['hrp', 'hrp-demo'], + 'Historic Royal Palaces' => ['historicroyalpalaces', 'historicroyalpalaces-demo'], 'MOLA' => ['sandbox2', 'mola', 'mola-demo'], 'National Library of Scotland' => ['nls', 'nls-demo'], 'National Museums Scotland' => ['nms', 'nms-demo'],