From 96906482cecb0df21c8e1a40a2ba00c13c0182a7 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Fri, 28 Apr 2017 13:16:03 -0400 Subject: PLT-6214 Move channel store and actions over to redux (#6235) * Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes --- api4/channel_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api4/channel_test.go') diff --git a/api4/channel_test.go b/api4/channel_test.go index 3c9b6d720..345bbefaf 100644 --- a/api4/channel_test.go +++ b/api4/channel_test.go @@ -721,7 +721,7 @@ func TestSearchChannels(t *testing.T) { search.Term = "" _, resp = Client.SearchChannels(th.BasicTeam.Id, search) - CheckBadRequestStatus(t, resp) + CheckNoError(t, resp) search.Term = th.BasicChannel.Name _, resp = Client.SearchChannels(model.NewId(), search) -- cgit v1.2.3-1-g7c22