Tests: fix according to lualint

This commit is contained in:
Marco Hinz
2016-02-02 20:23:12 +01:00
parent 5308585adf
commit 3d15cab29d
6 changed files with 5 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ describe('server -> client', function()
stop()
end
local function on_request(method, args)
local function on_request()
-- No need to evaluate the args, we are only interested in
-- a response that contains an array with an empty string.
return {1, 2, '', 3, 'asdf'}