spacewander commented on code in PR #9047: URL: https://github.com/apache/apisix/pull/9047#discussion_r1137976825
########## t/router/radixtree-method.t: ########## @@ -16,9 +16,20 @@ # use t::APISIX 'no_plan'; +our $yaml_config = <<_EOC_; +apisix: + node_listen: 1984 + router: + http: 'radixtree_uri' Review Comment: Yes, it would be better. Adding special configuration here makes it like a special router is required. -- 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]
