From 635628cf30460a75d3a870394ad66db91f3bea9f Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 4 Jan 2017 14:11:48 -0500 Subject: Removing old signup team API (#4950) --- api/team_test.go | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'api/team_test.go') 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() -- cgit v1.2.3-1-g7c22