From 4033fceaf31f1d0d6c774ce00171f1143bebe118 Mon Sep 17 00:00:00 2001 From: Joaquim d'Souza Date: Tue, 7 Jan 2025 18:57:14 +0100 Subject: [PATCH] fix: change test record email addresses to prevent stale data --- hub/tests/test_external_data_source_integrations.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hub/tests/test_external_data_source_integrations.py b/hub/tests/test_external_data_source_integrations.py index 93d0c0974..f5a866f4f 100644 --- a/hub/tests/test_external_data_source_integrations.py +++ b/hub/tests/test_external_data_source_integrations.py @@ -375,7 +375,7 @@ async def test_refresh_many(self): [ models.ExternalDataSource.CUDRecord( postcode="E10 6EF", - email=f"gg{randint(0, 1000)}rardd@gmail.com", + email=f"hj{randint(0, 1000)}rardd@gmail.com", 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)}rwefw@gmail.com", + email=f"kl{randint(0, 1000)}rwefw@gmail.com", data=( { "addr1": "Millfields Rd",