Revolyssup commented on code in PR #9983:
URL: https://github.com/apache/apisix/pull/9983#discussion_r1303906035


##########
t/plugin/opentelemetry4-bugfix-pb-state.t:
##########
@@ -102,11 +81,13 @@ __DATA__
             if code >= 300 then
                 ngx.status = code
             end
-            ngx.say(body)
+            ngx.say("done")

Review Comment:
   fixed it



##########
t/plugin/opentelemetry4-bugfix-pb-state.t:
##########
@@ -102,11 +81,13 @@ __DATA__
             if code >= 300 then
                 ngx.status = code
             end
-            ngx.say(body)
+            ngx.say("done")

Review Comment:
   fixed it @leslie-tsang 



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