Commit a3bb5f3
Merge #451
451: Type casting for JWT claims in tenant token tests r=curquiza a=ahmednfwela
# Pull Request
## Related issue
Fixes #450
## What does this PR do?
- Fixes a breaking change that was made in jonasroussel/dart_jsonwebtoken#71
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Tests**
* Improved type safety when verifying JWT token payloads in the test suite.
* **Chores**
* Updated development lint dependency constraint to the 6.x release line for dev tooling consistency.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: ahmednfwela <[email protected]>2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments