mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 06:44:55 -04:00
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.
This commit is contained in:
parent
01333681bc
commit
2dd2e90e2b
2 changed files with 22 additions and 12 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue