From 9572024e34f4eb2e17445600a12b12ee62f8fc1f Mon Sep 17 00:00:00 2001
From: Rory McNicholl <rory.mcnicholl@london.ac.uk>
Date: Fri, 10 May 2024 14:32:04 +0100
Subject: [PATCH] Insitution additions (#543)

* new tenants for institution list

* turing inst sub dom is ati not turing
---
 app/helpers/ubiquity/preselect_institution_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/helpers/ubiquity/preselect_institution_helper.rb b/app/helpers/ubiquity/preselect_institution_helper.rb
index e2ee84c4..79c085b3 100644
--- a/app/helpers/ubiquity/preselect_institution_helper.rb
+++ b/app/helpers/ubiquity/preselect_institution_helper.rb
@@ -15,7 +15,7 @@ def fetch_institution_by_tenant
                             'Science Museum Group' => ['sciencemuseumgroup', 'sciencemuseumgroup-demo'],
                             'National Trust' => ['nt', 'nt-demo'],
                             'National Library of Scotland' => ['nls', 'nls-demo'],
-                            'The Alan Turing Institute' => ['turing', 'turing-demo'],
+                            'The Alan Turing Institute' => ['ati', 'ati-demo'],
                             '' => ['nhs', 'nhs-demo']
                           }
       institution_hash.select { |_key, values| values.include?(tenant_name) }.keys.first