From 798a8699d943bb87e56e1f875f18ceeea7d75663 Mon Sep 17 00:00:00 2001 From: Robin Xiang Date: Wed, 6 Mar 2024 15:04:12 +0800 Subject: [PATCH] export db_proxy --- spec/helpers.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/helpers.lua b/spec/helpers.lua index b2eb20cd2a87..f039333f08e5 100644 --- a/spec/helpers.lua +++ b/spec/helpers.lua @@ -4395,6 +4395,7 @@ end -- Kong testing properties db = db, + db_proxy = db_proxy, blueprints = blueprints, get_db_utils = get_db_utils, get_cache = get_cache,