diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-05-08 16:08:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 16:08:58 -0400 |
commit | 0ad6d28b0dec06d5e7478984280b4e81ef0f0256 (patch) | |
tree | d518483b8aac4fa9c2c30d64fbb23deaa10d4d84 /tox.ini | |
parent | Fix errors from malformed log line (#7454) (diff) | |
download | synapse-0ad6d28b0dec06d5e7478984280b4e81ef0f0256.tar.xz |
Rework UI Auth session validation for registration (#7455)
Be less strict about validation of UI authentication sessions during registration to match client expecations.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini index eccc44e436..8aef52021d 100644 --- a/tox.ini +++ b/tox.ini @@ -207,6 +207,7 @@ commands = mypy \ synapse/util/caches/stream_change_cache.py \ tests/replication/tcp/streams \ tests/test_utils \ + tests/rest/client/v2_alpha/test_auth.py \ tests/util/test_stream_change_cache.py # To find all folders that pass mypy you run: |