diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-22 13:00:14 -0500 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-12-29 18:41:36 +0000 |
commit | 0d86b1166648a6c7c963a4ceddfab3050a2e7a0c (patch) | |
tree | f76b66dc67648c950155fabba2c4b27617a44141 /tests/rest/client/v1/test_login.py | |
parent | Allow per-room profile to be used for server notice user (#8799) (diff) | |
download | synapse-0d86b1166648a6c7c963a4ceddfab3050a2e7a0c.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-- | tests/rest/client/v1/test_login.py | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/tests/rest/client/v1/test_login.py b/tests/rest/client/v1/test_login.py |