shreemaan-abhishek commented on code in PR #12996:
URL: https://github.com/apache/apisix/pull/12996#discussion_r2791762753
##########
t/admin/stream-routes.t:
##########
@@ -599,6 +599,9 @@ xrpc:
ngx.say(body)
end
end
+
+ -- Clean up the stream route to avoid interfering with subsequent
tests
+ local code, body = t('/apisix/admin/stream_routes/1',
ngx.HTTP_DELETE)
Review Comment:
needed because now the stream_route etcd wather is in http subsystem and it
will report error if some configuration mistakes exist.
--
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]