[MM-16751] golint model (#17896)
Этот коммит содержится в:
коммит произвёл
Claudio Costa
родитель
953eebdef4
Коммит
97ccf0bdf6
@@ -34,7 +34,7 @@ func TestWebSocket(t *testing.T) {
|
||||
WebSocketClient.Listen()
|
||||
|
||||
resp := <-WebSocketClient.ResponseChannel
|
||||
require.Equal(t, resp.Status, model.STATUS_OK, "should have responded OK to authentication challenge")
|
||||
require.Equal(t, resp.Status, model.StatusOk, "should have responded OK to authentication challenge")
|
||||
|
||||
WebSocketClient.SendMessage("ping", nil)
|
||||
resp = <-WebSocketClient.ResponseChannel
|
||||
|
||||
Ссылка в новой задаче
Block a user