diff --git a/spec/02-integration/20-wasm/10-wasmtime_spec.lua b/spec/02-integration/20-wasm/10-wasmtime_spec.lua index 90e221753977..43ad736843e6 100644 --- a/spec/02-integration/20-wasm/10-wasmtime_spec.lua +++ b/spec/02-integration/20-wasm/10-wasmtime_spec.lua @@ -65,7 +65,7 @@ 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" @@ -73,7 +73,7 @@ describe("#wasm wasmtime (role: " .. role .. ")", function() local client local cp_prefix = "./wasm-cp" - lazy_setup(function() + setup(function() if role == "traditional" then helpers.get_db_utils("postgres") end @@ -122,7 +122,7 @@ describe("#wasm wasmtime (role: " .. role .. ")", function() end end) - lazy_teardown(function() + teardown(function() if client then client:close() end