Use an invalid domain for fake email addresses in importers

This commit is contained in:
Gerhard Schlager
2019-05-30 22:02:10 +02:00
parent d3ba338144
commit c70d0c6659
5 changed files with 5 additions and 5 deletions

View File

@ -883,6 +883,6 @@ class ImportScripts::Base
end
def fake_email
SecureRandom.hex << "@domain.com"
SecureRandom.hex << "@email.invalid"
end
end