Skip to content

Commit

Permalink
fixup! fix(admin): reject AdminAPI call with empty tags
Browse files Browse the repository at this point in the history
PR Review fixes - remove typo emtpy -> empty
  • Loading branch information
nowNick committed Oct 29, 2024
1 parent 368e5d2 commit 3818583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion changelog/unreleased/kong/fix-admin-api-for-empty-tags.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
message: Fix for querying admin API entities with emtpy tags
message: Fix for querying admin API entities with empty tags
type: bugfix
scope: Admin API
2 changes: 1 addition & 1 deletion spec/02-integration/04-admin_api/14-tags_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ describe("Admin API - tags", function()
end
end)

it("filter by emtpy tag", function()
it("filter by empty tag", function()
local res = assert(client:send {
method = "GET",
path = "/consumers?tags="
Expand Down

0 comments on commit 3818583

Please sign in to comment.