Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Water-Melon committed Feb 2, 2024
1 parent f16b378 commit 52cd6a9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spec/helpers/http_mock/nginx_instance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,13 @@ local pl_dir = require "pl.dir"
local pl_file = require "pl.file"
local pl_utils = require "pl.utils"
local shell = require "resty.shell"
local kong_table = require "kong.tools.table"

local print = print
local error = error
local assert = assert
local ngx = ngx
local io = io
local shallow_copy = kong_table.shallow_copy
local shallow_copy = require "kong.tools.table".shallow_copy

local template = assert(pl_template.compile(template_str))
local render_env = {ipairs = ipairs, pairs = pairs, error = error, }
Expand Down

0 comments on commit 52cd6a9

Please sign in to comment.