Fixed a typo in the TestLuaRocks test plugin.
This commit is contained in:
parent
53e2ed8473
commit
18310752b8
@ -27,7 +27,7 @@ LOG("headers: ");
|
||||
for k, v in pairs(headers or {}) do
|
||||
LOG(" " .. k .. ": " .. v);
|
||||
end
|
||||
LOG("body length: " .. string.length(body));
|
||||
LOG("body length: " .. string.len(body));
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user