From f98e0751b8f42fd3a73c436da215d676d7161c7a Mon Sep 17 00:00:00 2001 From: Peter Hunt Date: Fri, 5 Jan 2024 11:50:05 +0000 Subject: [PATCH] Chore: Remove JSugarman provider details from seeds and saml See you later jsugarman --- config/initializers/mock_saml.rb | 1 - db/seeds/test_provider_populator.rb | 1 - 2 files changed, 2 deletions(-) diff --git a/config/initializers/mock_saml.rb b/config/initializers/mock_saml.rb index 2d8314b010..b0ad3ee7f5 100644 --- a/config/initializers/mock_saml.rb +++ b/config/initializers/mock_saml.rb @@ -34,7 +34,6 @@ def respond_to_missing?(_meth) TestCredentialsStruct.new("MARTIN.RONAN@DAVIDGRAY.CO.UK", "martin.ronan@example.com"), TestCredentialsStruct.new("HFITZSIMONS@EDWARDHAYES.CO.UK", "hfitzsimons@example.com"), TestCredentialsStruct.new("ahernk", "katharine.ahern@digital.justice.gov.uk"), - TestCredentialsStruct.new("jsugarman", "joel.sugarman@digital.justice.gov.uk"), TestCredentialsStruct.new("rose", "rose.azadkhan@digital.justice.gov.uk"), TestCredentialsStruct.new("mkeen", "mike.keen@digital.justice.gov.uk"), ], diff --git a/db/seeds/test_provider_populator.rb b/db/seeds/test_provider_populator.rb index cd6e795305..384ab779c0 100644 --- a/db/seeds/test_provider_populator.rb +++ b/db/seeds/test_provider_populator.rb @@ -32,7 +32,6 @@ class TestProviderPopulator "BENREID" => ["Test firm for portal login", "benreid@example.co.uk", 107], "HFITZSIMONS@EDWARDHAYES.CO.UK" => ["EDWARD HAYES LLP", "hfitzsimons@example.com", 2_453_773], "LHARRISON@TBILAW.CO.UK" => ["LAWRENCE & CO SOLICITORS CDS LLP", "LHARRISON@example.com", 954_474], - "jsugarman" => ["Sugarman & daughters", "joel.sugarman@digital.justice.gov.uk", 111], "user-research" => ["User Research Assoc.", "user@resarch.com", 112], "rose" => ["Rose & Co.", "rose.azadkhan@digital.justice.gov.uk", 114], "mkeen" => ["Keen & Co.", "mike.keen@digital.justice.gov.uk", 115],