pixeldin commented on PR #8206:
URL: https://github.com/apache/apisix/pull/8206#issuecomment-1314873970

   > @pixeldin Could you apply this patch in your code before we can merge it? 
Thanks!
   > 
   > ```
   > diff --git t/plugin/jwt-auth3.t t/plugin/jwt-auth3.t
   > index c0a1961d..fd53d56a 100755
   > --- t/plugin/jwt-auth3.t
   > +++ t/plugin/jwt-auth3.t
   > @@ -30,10 +30,10 @@ add_block_preprocessor(sub {
   > 
   >      if (!defined $block->request) {
   >          $block->set_value("request", "GET /t");
   > -    }
   > 
   > -    if (!$block->response_body) {
   > -        $block->set_value("response_body eval", "qr/^$/");
   > +        if (!$block->response_body) {
   > +            $block->set_value("response_body", "passed\n");
   > +        }
   >      }
   >  });
   > ```
   
   @spacewander Thanks, Done! Please review it when you have time.


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