Merge branch 'plugins-2'

This commit is contained in:
JoramWilander
2018-07-10 15:01:43 -04:00
314 changed files with 54669 additions and 9462 deletions

View File

@@ -1931,9 +1931,6 @@ func TestRemoveChannelMember(t *testing.T) {
t.Fatal("should have passed")
}
_, resp = Client.RemoveUserFromChannel(th.BasicChannel.Id, th.BasicUser2.Id)
CheckNoError(t, resp)
_, resp = Client.RemoveUserFromChannel(th.BasicChannel.Id, "junk")
CheckBadRequestStatus(t, resp)