From 9b22cf31f1de925ff7905bba5b302c4f5bc08000 Mon Sep 17 00:00:00 2001 From: hmhealey Date: Fri, 11 Sep 2015 10:18:08 -0400 Subject: PLT-198 Removes invalid emails from tests that require valid email addresses --- utils/textgeneration.go | 3 --- 1 file changed, 3 deletions(-) (limited to 'utils/textgeneration.go') diff --git a/utils/textgeneration.go b/utils/textgeneration.go index 043d7bb8a..6d353cc24 100644 --- a/utils/textgeneration.go +++ b/utils/textgeneration.go @@ -141,17 +141,14 @@ var FUZZY_STRINGS_NAMES = []string{ // Strings that should pass as acceptable emails var FUZZY_STRINGS_EMAILS = []string{ "sue@thatmightbe", - "sue@thatmightbe.", "sue@thatmightbe.c", "sue@thatmightbe.co", "su+san@thatmightbe.com", - "a@b.中国", "1@2.am", "a@b.co.uk", "a@b.cancerresearch", "su+s+an@thatmightbe.com", "per.iod@thatmightbe.com", - "per..iods@thatmightbe.com", } // Lovely giberish for all to use -- cgit v1.2.3-1-g7c22