Skip to content

Commit

Permalink
AP-5164: Update seed data with more accurate data for the staging env…
Browse files Browse the repository at this point in the history
…ironment
  • Loading branch information
colinbruce committed Aug 23, 2024
1 parent aef8df4 commit 29f20a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion db/seeds/test_provider_populator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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],
Expand Down

0 comments on commit 29f20a4

Please sign in to comment.