forked from mysociety/local-intelligence-hub
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: change test record email addresses to prevent stale data
- Loading branch information
Showing
1 changed file
with
2 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 |
---|---|---|
|
@@ -375,7 +375,7 @@ async def test_refresh_many(self): | |
[ | ||
models.ExternalDataSource.CUDRecord( | ||
postcode="E10 6EF", | ||
email=f"gg{randint(0, 1000)}[email protected]", | ||
email=f"hj{randint(0, 1000)}[email protected]", | ||
data=( | ||
{ | ||
"addr1": "123 Colchester Rd", | ||
|
@@ -389,7 +389,7 @@ async def test_refresh_many(self): | |
), | ||
models.ExternalDataSource.CUDRecord( | ||
postcode="E5 0AA", | ||
email=f"ag{randint(0, 1000)}[email protected]", | ||
email=f"kl{randint(0, 1000)}[email protected]", | ||
data=( | ||
{ | ||
"addr1": "Millfields Rd", | ||
|