Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Oct 10, 2024
1 parent b96a3ef commit d04297c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/02-integration/20-wasm/10-wasmtime_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ describe("#wasm wasmtime (role: " .. role .. ")", function()
end
end) -- kong prepare

describe("kong stop/start/restart #ttt", function()
describe("kong stop/start/restart", function()
local conf
local prefix = "./wasm"
local log = prefix .. "/logs/error.log"
local status_port
local client
local cp_prefix = "./wasm-cp"

lazy_setup(function()
setup(function()
if role == "traditional" then
helpers.get_db_utils("postgres")
end
Expand Down Expand Up @@ -122,7 +122,7 @@ describe("#wasm wasmtime (role: " .. role .. ")", function()
end
end)

lazy_teardown(function()
teardown(function()
if client then
client:close()
end
Expand Down

0 comments on commit d04297c

Please sign in to comment.