diff options
| author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-22 13:00:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-22 13:00:14 -0500 |
| commit | a8026064755362fe3e5dc00f537606d340ce242a (patch) | |
| tree | 6b5d28926d2571069675537a90d6f67c67bf0c06 | |
| parent | Refactor the CAS handler in prep for using the abstracted SSO code. (#8958) (diff) | |
| download | synapse-a8026064755362fe3e5dc00f537606d340ce242a.tar.xz | |
Support PyJWT v2.0.0. (#8986)
Tests were broken due to an API changing. The code used in Synapse proper should be compatible with both versions already.
Diffstat (limited to '')
| -rw-r--r-- | changelog.d/8986.misc | 1 | ||||
| -rw-r--r-- | tests/rest/client/v1/test_login.py | 16 |
2 files changed, 13 insertions, 4 deletions
diff --git a/changelog.d/8986.misc b/changelog.d/8986.misc new file mode 100644 |
