Skip to content

Commit

Permalink
tests(response-transformer): fix the test failure caused by the missi…
Browse files Browse the repository at this point in the history
…ng ngx member
  • Loading branch information
Water-Melon committed May 16, 2024
1 parent 8861343 commit 0a27d0e
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,11 @@ describe("Plugin: response-transformer", function()
headers_sent = false,
resp = {
},
config = {
subsystem = "http",
},
config = ngx.config,
ctx = {
KONG_PHASE = 0x00000200,
},
re = ngx.re,
}

_G.ngx.DEBUG = 8
Expand Down

0 comments on commit 0a27d0e

Please sign in to comment.