summaryrefslogtreecommitdiffstats
path: root/api/team_test.go
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2017-01-04 14:11:48 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2017-01-04 14:11:47 -0500
commit635628cf30460a75d3a870394ad66db91f3bea9f (patch)
tree17d40987fab0876c6dc95acec7f82b4f3eb36c01 /api/team_test.go
parentb3f2ab654e95325b556e0c93b41ea6e15e45fffe (diff)
downloadchat-635628cf30460a75d3a870394ad66db91f3bea9f.tar.gz
chat-635628cf30460a75d3a870394ad66db91f3bea9f.tar.bz2
chat-635628cf30460a75d3a870394ad66db91f3bea9f.zip
Removing old signup team API (#4950)
Diffstat (limited to 'api/team_test.go')
-rw-r--r--api/team_test.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/api/team_test.go b/api/team_test.go
index 174bbda76..7403afd8a 100644
--- a/api/team_test.go
+++ b/api/team_test.go
@@ -11,17 +11,6 @@ import (
"github.com/mattermost/platform/utils"
)
-func TestSignupTeam(t *testing.T) {
- th := Setup().InitBasic()
- th.BasicClient.Logout()
- Client := th.BasicClient
-
- _, err := Client.SignupTeam("test@nowhere.com", "name")
- if err != nil {
- t.Fatal(err)
- }
-}
-
func TestCreateTeam(t *testing.T) {
th := Setup().InitBasic()
th.BasicClient.Logout()