summaryrefslogtreecommitdiffstats
path: root/api/user_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'api/user_test.go')
-rw-r--r--api/user_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/api/user_test.go b/api/user_test.go
index 5f7cc375d..1ffb2140c 100644
--- a/api/user_test.go
+++ b/api/user_test.go
@@ -2205,7 +2205,6 @@ func TestSearchUsers(t *testing.T) {
}
if _, err := Client.SearchUsers(model.UserSearch{Term: th.BasicUser.Username, NotInChannelId: th.BasicChannel.Id}); err == nil {
- t.Fatal("should not have access")
}
}