Skip to content

Commit

Permalink
typo fix in test
Browse files Browse the repository at this point in the history
  • Loading branch information
chronolaw committed Oct 9, 2024
1 parent ad48507 commit 0968726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/02-integration/04-admin_api/15-off_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3139,7 +3139,7 @@ describe("Admin API #off with Unique Foreign #unique", function()

local cached_reference = assert(require("kong.db.declarative.marshaller").unmarshall(result))

-- NOTE: we have changed internla LDMB storage format, and dao does not has this field(ws_id)
-- NOTE: we have changed internl LDMB storage format, and dao does not has this field(ws_id)
cached_reference.ws_id = nil

assert.same(cached_reference, references.data[1])
Expand Down

0 comments on commit 0968726

Please sign in to comment.