Skip to content

Commit

Permalink
generate_email uses production domains.
Browse files Browse the repository at this point in the history
This fixes issue #26.
  • Loading branch information
omaciel committed Jul 1, 2014
1 parent ee5df15 commit 57c3ab8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions fauxfactory/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,13 @@

SUBDOMAINS = [
'example',
'invalid',
'localhost',
'test',
]

TLDS = [
'biz',
'com',
'edu',
'gov',
'info',
'net',
'org',
]

0 comments on commit 57c3ab8

Please sign in to comment.