Skip to content

Commit

Permalink
to see why
Browse files Browse the repository at this point in the history
  • Loading branch information
StarlightIbuki committed May 16, 2023
1 parent 9285f9c commit e7a409b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe("http-log plugin migration", function()
uh.send_proxy_get_request()

local ok, lines = thread:join()
assert.truthy(ok)
assert.truthy(ok, lines)

-- verify that the log HTTP request had the configured header
local idx = tablex.find(lines, custom_header_name .. ": " .. custom_header_content)
Expand Down

0 comments on commit e7a409b

Please sign in to comment.