Skip to content

Commit

Permalink
fix lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
chobits committed Jul 8, 2024
1 parent 9adafbe commit 042682c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/01-unit/21-dns-client/02-client_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1987,7 +1987,7 @@ describe("[DNS client]", function()
local force_enable_additional_section = false

-- dns client will ignore additional section
query_func = function(self, original_query_func, name, options)
resolver.query_func = function(self, original_query_func, name, options)
if options.qtype ~= client.TYPE_A then
return { errcode = 5, errstr = "refused" }
end
Expand Down

0 comments on commit 042682c

Please sign in to comment.