From 616593f434ef65e019edff6e766e959147f35b32 Mon Sep 17 00:00:00 2001 From: =Corey Hulen Date: Thu, 10 Sep 2015 15:05:19 -0700 Subject: Adding back admin unit test --- model/team_test.go | 4 ++-- model/utils.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/model/team_test.go b/model/team_test.go index 82480633f..0dec07559 100644 --- a/model/team_test.go +++ b/model/team_test.go @@ -106,8 +106,8 @@ var tReservedDomains = []struct { }{ {"test-hello", true}, {"test", true}, - //{"admin", true}, - //{"Admin-punch", true}, + {"admin", true}, + {"Admin-punch", true}, {"spin-punch-admin", false}, } diff --git a/model/utils.go b/model/utils.go index d12a6104e..17d1c6317 100644 --- a/model/utils.go +++ b/model/utils.go @@ -151,7 +151,7 @@ func IsValidEmail(email string) bool { var reservedName = []string{ "www", "web", - //"admin", + "admin", "support", "notify", "test", -- cgit v1.2.3-1-g7c22