Fxing some unit tests (#5817)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
dcdea9b54c
Коммит
7caab35cfa
@@ -738,7 +738,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)
|
||||
|
||||
Ссылка в новой задаче
Block a user