From 2eb47d941af5ec90655da08c389f810b1d7cfbb6 Mon Sep 17 00:00:00 2001 From: Navendu Pottekkat Date: Tue, 17 Oct 2023 21:22:58 +0530 Subject: [PATCH] fix CI error Co-authored-by: Ashish Tiwari --- apisix/cli/schema.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apisix/cli/schema.lua b/apisix/cli/schema.lua index 2a758db677a2..36f224b05f31 100644 --- a/apisix/cli/schema.lua +++ b/apisix/cli/schema.lua @@ -570,7 +570,7 @@ local config_schema = { type = "string" }, client_max_body_size = { - type = "number" + type = "string" }, send_timeout = { type = "string"