Skip to content

Commit

Permalink
refine annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
ProBrian authored and AndyZhang0707 committed Aug 16, 2024
1 parent df6e99d commit bf0b010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kong/globalpatches.lua
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ return function(options)

local client = package.loaded["kong.resty.dns.client"]
if not client then
-- dns initialized here, can't be eliminated due to test dependencies
-- dns initialization here is essential for busted tests.
client = require("kong.tools.dns")()
end

Expand Down

0 comments on commit bf0b010

Please sign in to comment.