diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-01-08 14:24:41 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-08 14:24:41 +0000 |
commit | 12f79da587413b75bfc1a0b47bbd02587da0d2cf (patch) | |
tree | a98f144d4f86f9571962ef6b611cc8eb40c6b7b1 /mypy.ini | |
parent | Fix validate_config on nested objects (#9054) (diff) | |
parent | changelog (diff) | |
download | synapse-12f79da587413b75bfc1a0b47bbd02587da0d2cf.tar.xz |
Merge pull request #9036 from matrix-org/rav/multi_idp/tests
Add tests for the IdP picker
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index 5d15b7bf1c..b996867121 100644 --- a/mypy.ini +++ b/mypy.ini @@ -103,6 +103,7 @@ files = tests/replication, tests/test_utils, tests/handlers/test_password_providers.py, + tests/rest/client/v1/test_login.py, tests/rest/client/v2_alpha/test_auth.py, tests/util/test_stream_change_cache.py |