Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
lhanjian committed Jan 16, 2025
1 parent 506190b commit b9bde94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion spec/03-plugins/11-correlation-id/02-schema_spec.lua
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ describe("Plugin: correlation-id (schema) #a [#" .. strategy .."]", function()
local bp, db, ws, plugin_id

lazy_setup(function()
-- if the database is not cleared, the residual RPC connection information between different tests will cause the test to fail.
-- if the database is not cleared, the residual RPC connection information
-- between different tests will cause the test to fail.
bp, db = helpers.get_db_utils(strategy, { "plugins", "workspaces", })
ws = db.workspaces:select_by_name("default")
plugin_id = uuid.generate_v4()
Expand Down

0 comments on commit b9bde94

Please sign in to comment.