From b9bde9494e1e6d012de92066be9d25df8b15ffb8 Mon Sep 17 00:00:00 2001 From: lhanjian Date: Thu, 16 Jan 2025 11:02:48 +0800 Subject: [PATCH] update --- spec/03-plugins/11-correlation-id/02-schema_spec.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spec/03-plugins/11-correlation-id/02-schema_spec.lua b/spec/03-plugins/11-correlation-id/02-schema_spec.lua index 423afa8d8664..73775344d19e 100644 --- a/spec/03-plugins/11-correlation-id/02-schema_spec.lua +++ b/spec/03-plugins/11-correlation-id/02-schema_spec.lua @@ -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()