shuaijinchao commented on a change in pull request #6426:
URL: https://github.com/apache/apisix/pull/6426#discussion_r815807966



##########
File path: t/lib/ext-plugin.lua
##########
@@ -67,7 +67,7 @@ function _M.go(case)
             ty = constants.RPC_ERROR
             err_resp.Start(builder)
             err_resp.AddCode(builder, err_code.BAD_REQUEST)
-            local req = prepare_conf_req.End(builder)
+                local req = prepare_conf_req.End(builder)

Review comment:
       ```suggestion
               local req = prepare_conf_req.End(builder)
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to