AlinsRan opened a new pull request, #13488:
URL: https://github.com/apache/apisix/pull/13488

   ### Description
   
   After #13464 removed the server-side token generation test blocks from 
`t/plugin/jwe-decrypt.t`, the trailing tests were left numbered `TEST 27` / 
`TEST 28`. The `make lint` reindex check expects sequential numbering, so it 
currently fails on `master` (and on every PR branched from it):
   
   ```
   =====bad style=====
   reindex: t/plugin/jwe-decrypt.t:     done.
   you need to run 'reindex' to fix them.
   ```
   
   This renumbers the two blocks to `TEST 22` / `TEST 23` (the output of 
`utils/reindex`), fixing the lint failure. No test logic changes.
   
   #### Which issue(s) this PR fixes:
   Fixes #
   
   ### Checklist
   
   - [x] I have explained the need for this PR and the problem it solves
   - [x] I have explained the changes or the new features added to this PR
   - [x] I have added tests corresponding to this change
   - [x] I have updated the documentation to reflect this change
   - [x] I have verified that this change is backward compatible
   


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