Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lhanjian committed Jan 15, 2025
1 parent a99c014 commit 9808629
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/03-plugins/11-correlation-id/02-schema_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ describe("Plugin: correlation-id (schema) #a [#" .. strategy .."]", function()
local res, err = db.connector:query(sql)
assert.is_nil(err)
assert.is_nil(res[1].generator)
res = admin_client:get("/plugins")

res = admin_client:get("/plugins")
res = cjson.decode(assert.res_status(200, res))
assert.equals(res.data[1].config.generator, "uuid#counter")
end)
Expand Down

0 comments on commit 9808629

Please sign in to comment.