diff --git a/spec/fixtures/custom_plugins/kong/plugins/rpc-notify-new-version-test/handler.lua b/spec/fixtures/custom_plugins/kong/plugins/rpc-notify-new-version-test/handler.lua index 7d6d7952804..1862de167ff 100644 --- a/spec/fixtures/custom_plugins/kong/plugins/rpc-notify-new-version-test/handler.lua +++ b/spec/fixtures/custom_plugins/kong/plugins/rpc-notify-new-version-test/handler.lua @@ -23,6 +23,10 @@ function RpcSyncV2NotifyNewVersioinTestHandler:init_worker() entity = { id = fake_uuid, name = "default", + -- It must contain feild "config" and "meta", otherwise the deltas + -- validation will fail with the error "required field missing". + config = {}, + meta = {}, }, type = "workspaces", version = latest_version,