mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 05:37:39 +03:00
net.http.parser: Fix incorrect path in test
This commit is contained in:
parent
076d8b698f
commit
70b697de98
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@ o
|
|||
end);
|
||||
|
||||
pending("should handle large chunked responses", function ()
|
||||
local data = io.open("spec/inputs/httpstream-chunked-test.txt", "rb"):read("*a");
|
||||
local data = io.open("spec/inputs/http/httpstream-chunked-test.txt", "rb"):read("*a");
|
||||
|
||||
-- Just a sanity check... text editors and things may mess with line endings, etc.
|
||||
assert.equal("25930f021785ae14053a322c2dbc1897c3769720", sha1(data, true), "test data malformed");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue