Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ADD-SP committed Sep 27, 2023
1 parent ff777ed commit 1871411
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ local function get_output_log(deployment, path, filter, fake_ip, token)
local output = assert(cjson.decode(res.headers["X-Kong-Request-Debug-Output"]))
local debug_id = assert(output.debug_id)

local keyword = "[reqeust-debug] id: " .. debug_id
local keyword = "[request-debug] id: " .. debug_id

if deployment == "traditional" then
path = pl_path.join(helpers.test_conf.prefix, "logs/error.log")
Expand Down

0 comments on commit 1871411

Please sign in to comment.