summaryrefslogtreecommitdiffstats
path: root/model/team_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/team_test.go')
-rw-r--r--model/team_test.go4
1 files changed, 2 insertions, 2 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},
}