Sn0rt commented on code in PR #9983:
URL: https://github.com/apache/apisix/pull/9983#discussion_r1302455120
##########
t/plugin/opentelemetry.t:
##########
@@ -95,113 +77,34 @@ __DATA__
if code >= 300 then
ngx.status = code
end
- ngx.say(body)
+ ngx.say("done")
Review Comment:
Our previous tests were all body, why should we change to done. Can we keep
the code style consistent?
--
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]