-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Chore: Remove JSugarman provider details from seeds and saml
See you later jsugarman
- Loading branch information
Showing
2 changed files
with
0 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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]"), | ||
], | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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], | ||
|