summaryrefslogtreecommitdiffstats
path: root/api4/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api4/user_test.go')
-rw-r--r--api4/user_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/api4/user_test.go b/api4/user_test.go
index 4cbaf449a..78693e05f 100644
--- a/api4/user_test.go
+++ b/api4/user_test.go
@@ -1501,7 +1501,7 @@ func TestGetRecentlyActiveUsersInTeam(t *testing.T) {
Client := th.Client
teamId := th.BasicTeam.Id
- th.App.SetStatusOnline(th.BasicUser.Id, "", true)
+ th.App.SetStatusOnline(th.BasicUser.Id, true)
rusers, resp := Client.GetRecentlyActiveUsersInTeam(teamId, 0, 60, "")
CheckNoError(t, resp)