Commit 36dbbde
committed
✅(back) fix encoded JWT used in test suite
The last pyjwt update fix an issue related to headers disorered. This
fix changing the header order, the header hash is changing, so the
signature is changing too. To fix this we have to update encoded JWT in
our test.
See jpadilla/pyjwt#7211 parent 09176cb commit 36dbbde
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4439 | 4439 | | |
4440 | 4440 | | |
4441 | 4441 | | |
4442 | | - | |
| 4442 | + | |
4443 | 4443 | | |
4444 | 4444 | | |
4445 | 4445 | | |
4446 | | - | |
| 4446 | + | |
4447 | 4447 | | |
4448 | 4448 | | |
4449 | 4449 | | |
| |||
0 commit comments