Skip to content

Commit

Permalink
fix: change test record email addresses to prevent stale data
Browse files Browse the repository at this point in the history
  • Loading branch information
joaquimds committed Jan 7, 2025
1 parent d9cd7e8 commit 4033fce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hub/tests/test_external_data_source_integrations.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 4033fce

Please sign in to comment.