diff --git a/services/web/test/UnitTests/coffee/Chat/ChatControllerTests.coffee b/services/web/test/UnitTests/coffee/Chat/ChatControllerTests.coffee index 8fa69097c6..6a2df298f5 100644 --- a/services/web/test/UnitTests/coffee/Chat/ChatControllerTests.coffee +++ b/services/web/test/UnitTests/coffee/Chat/ChatControllerTests.coffee @@ -55,7 +55,7 @@ describe "ChatController", -> describe "getMessages", -> beforeEach -> - @req.body = @query + @req.query = @query it "should ask the chat handler about the request", (done)->