Skip to content

Commit

Permalink
fix 06-validate_deltas_spec.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Jan 17, 2025
1 parent de9f3a5 commit bfc35c3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ local function setup_bp()

-- init declarative config
if not cached_dc then
kong.sync = "fake sync to generate dc with sync_v2_enabled"
local err
cached_dc, err = declarative.new_config(kong.configuration, nil, nil, true)
cached_dc, err = declarative.new_config(kong.configuration)
assert(cached_dc, err)
end

Expand Down

0 comments on commit bfc35c3

Please sign in to comment.