AlinsRan commented on code in PR #12718:
URL: https://github.com/apache/apisix/pull/12718#discussion_r2554720565


##########
t/admin/standalone.spec.ts:
##########
@@ -641,5 +721,228 @@ describe('Admin - Standalone', () => {
           'invalid routes at index 0, err: invalid configuration: failed to 
match pattern 
"^((uri|server_name|server_addr|request_uri|remote_port|remote_addr|query_string|host|hostname|mqtt_client_id)|arg_[0-9a-zA-z_-]+)$"
 with "args_invalid"',
       });
     });
+    it('validate config (duplicate route id)', async () => {

Review Comment:
   The target API for testing is different, here we are testing the validate 
API.



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