ronething commented on code in PR #11430:
URL: https://github.com/apache/apisix/pull/11430#discussion_r1697833991


##########
t/admin/plugin-metadata.t:
##########
@@ -274,7 +274,7 @@ qr/\{"error_msg":"invalid configuration: property 
\\"ikey\\" is required"\}/
         }
     }
 --- response_body
-{"key":"/apisix/plugin_metadata/example-plugin","value":{"ikey":1,"skey":"val"}}
+{"key":"/apisix/plugin_metadata/example-plugin","value":{"id":"example-plugin","ikey":1,"skey":"val"}}

Review Comment:
   In the admin api, we have added an id field to the plugin metadata, so the 
response here needs to be added.



-- 
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