diff options
author | Richard van der Hoff <richard@matrix.org> | 2020-12-15 12:39:56 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2020-12-15 23:10:59 +0000 |
commit | 2dd2e90e2b0b78f82d0e3372bacba9a84240302b (patch) | |
tree | fac3127efff9b3e60c468d5ab83cc36684dd525c /tests/rest/client | |
parent | Preparatory refactoring of the SamlHandlerTestCase (#8938) (diff) | |
download | synapse-2dd2e90e2b0b78f82d0e3372bacba9a84240302b.tar.xz |
Test `get_extra_attributes` fallback
despite the warnings saying "don't implement get_extra_attributes", we had implemented it, so the tests weren't doing what we thought they were.
Diffstat (limited to 'tests/rest/client')
-rw-r--r-- | tests/rest/client/v1/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/rest/client/v1/utils.py b/tests/rest/client/v1/utils.py index 5a18af8d34..1b31669489 100644 --- a/tests/rest/client/v1/utils.py +++ b/tests/rest/client/v1/utils.py @@ -445,7 +445,7 @@ class RestHelper: return channel.json_body -# an 'oidc_config' suitable for login_with_oidc. +# an 'oidc_config' suitable for login_via_oidc. TEST_OIDC_CONFIG = { "enabled": True, "discover": False, |