From 57c3ab86aa977da7100126463c65c11466854970 Mon Sep 17 00:00:00 2001 From: "Og B. Maciel" Date: Tue, 1 Jul 2014 19:10:14 -0400 Subject: [PATCH] generate_email uses production domains. This fixes issue #26. --- fauxfactory/constants.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fauxfactory/constants.py b/fauxfactory/constants.py index b3e1548..9b49389 100644 --- a/fauxfactory/constants.py +++ b/fauxfactory/constants.py @@ -30,14 +30,13 @@ SUBDOMAINS = [ 'example', + 'invalid', + 'localhost', 'test', ] TLDS = [ - 'biz', 'com', - 'edu', - 'gov', - 'info', + 'net', 'org', ]