-
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.
AP-5164: Update seed data with more accurate data for the staging env…
…ironment
- Loading branch information
1 parent
aef8df4
commit 29f20a4
Showing
1 changed file
with
2 additions
and
1 deletion.
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 |
---|---|---|
|
@@ -16,6 +16,7 @@ class TestProviderPopulator | |
"LAWRENCE & CO SOLICITORS CDS LLP" => [33_230, %w[0Q974B:85981]], | ||
"Rose & Co." => [809, %w[6F910X:28 7F320X:29]], | ||
"Keen & Co." => [101, %w[5F101X:30 7F101X:31]], | ||
"TALBOTS LAW LTD" => [771, %w[0H568B:83447 2M878L:179928 2M012V:145842 0H707C:83449 2Q671X:62387405 2P833L:8330396]], | ||
}.freeze | ||
|
||
TEST_PROVIDERS = { | ||
|
@@ -29,7 +30,7 @@ class TestProviderPopulator | |
"firm2-user1" => ["Firm2 & Co.", "[email protected]", 107], | ||
"ahernk" => ["Ahern & Co.", "[email protected]", 109], | ||
"[email protected]" => ["David Gray LLP", "[email protected]", 494_000], | ||
"BENREID" => ["Test firm for portal login", "[email protected]", 107], | ||
"BENREID" => ["TALBOTS LAW LTD", "[email protected]", 107], | ||
"[email protected]" => ["EDWARD HAYES LLP", "[email protected]", 2_453_773], | ||
"[email protected]" => ["LAWRENCE & CO SOLICITORS CDS LLP", "[email protected]", 954_474], | ||
"user-research" => ["User Research Assoc.", "[email protected]", 112], | ||
|