Skip to content

Commit 7dbbbd3

Browse files
Use a new email without conflicts
Can't delete the fakeemail users, but I guess removing them does change their email.
1 parent 58ee32e commit 7dbbbd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docassemble/EFSPIntegration/test/integration_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def get_proxy_server_ip():
3232

3333
def mock_person():
3434
per = {}
35-
per["email"] = "fakeemail@example.com"
35+
per["email"] = "fakeemail-no-conflicts@example.com"
3636
# Neat trick: https://stackoverflow.com/a/24448351/11416267
3737
per["name"] = {
3838
"first": "B",

0 commit comments

Comments
 (0)