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.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/api4/user_test.go b/api4/user_test.go
index 82949f913..d73aea292 100644
--- a/api4/user_test.go
+++ b/api4/user_test.go
@@ -507,6 +507,12 @@ func TestAutocompleteUsers(t *testing.T) {
t.Fatal("should have many users")
}
+ rusers, resp = Client.AutocompleteUsersInChannel("", channelId, "", "")
+ CheckNoError(t, resp)
+ if len(rusers.Users) < 2 {
+ t.Fatal("should have many users")
+ }
+
rusers, resp = Client.AutocompleteUsersInTeam(teamId, username, "")
CheckNoError(t, resp)