Skip to content

Commit

Permalink
Chore: Remove JSugarman provider details from seeds and saml
Browse files Browse the repository at this point in the history
See you later jsugarman
  • Loading branch information
naseberry committed Jan 5, 2024
1 parent 0350775 commit f98e075
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion config/initializers/mock_saml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def respond_to_missing?(_meth)
TestCredentialsStruct.new("[email protected]", "[email protected]"),
TestCredentialsStruct.new("[email protected]", "[email protected]"),
TestCredentialsStruct.new("ahernk", "[email protected]"),
TestCredentialsStruct.new("jsugarman", "[email protected]"),
TestCredentialsStruct.new("rose", "[email protected]"),
TestCredentialsStruct.new("mkeen", "[email protected]"),
],
Expand Down
1 change: 0 additions & 1 deletion db/seeds/test_provider_populator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ class TestProviderPopulator
"BENREID" => ["Test firm for portal login", "[email protected]", 107],
"[email protected]" => ["EDWARD HAYES LLP", "[email protected]", 2_453_773],
"[email protected]" => ["LAWRENCE & CO SOLICITORS CDS LLP", "[email protected]", 954_474],
"jsugarman" => ["Sugarman & daughters", "[email protected]", 111],
"user-research" => ["User Research Assoc.", "[email protected]", 112],
"rose" => ["Rose & Co.", "[email protected]", 114],
"mkeen" => ["Keen & Co.", "[email protected]", 115],
Expand Down

0 comments on commit f98e075

Please sign in to comment.