From 23ccfc845ca2350075f6027e16c6206fc7b71716 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Mon, 26 Jun 2017 08:16:57 -0400 Subject: Move remaining actions over to use redux and v4 endpoints (#6720) --- api4/user_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api4/user_test.go') diff --git a/api4/user_test.go b/api4/user_test.go index 1598d2951..b3fd83760 100644 --- a/api4/user_test.go +++ b/api4/user_test.go @@ -649,7 +649,7 @@ func TestSearchUsers(t *testing.T) { t.Fatal("should have found user") } - _, resp = th.SystemAdminClient.AddTeamMember(th.BasicTeam.Id, oddUser.Id, "", "", th.BasicTeam.InviteId) + _, resp = th.SystemAdminClient.AddTeamMember(th.BasicTeam.Id, oddUser.Id) CheckNoError(t, resp) users, resp = Client.SearchUsers(search) -- cgit v1.2.3-1-g7c22