From 8d68de000a60bea40376cc54dc56e76335367015 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Mon, 20 Mar 2017 13:16:40 -0400 Subject: Fxing some unit tests --- 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 0f11edebc..cbdaef8a6 100644 --- a/api4/channel_test.go +++ b/api4/channel_test.go @@ -360,7 +360,7 @@ func TestGetChannelMembers(t *testing.T) { } _, resp = Client.GetChannelMembers("", 0, 60, "") - CheckUnauthorizedStatus(t, resp) + CheckBadRequestStatus(t, resp) _, resp = Client.GetChannelMembers("junk", 0, 60, "") CheckBadRequestStatus(t, resp) -- cgit v1.2.3-1-g7c22