summary refs log tree commit diff
path: root/tests/rest/client/v1/utils.py
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2021-04-16 15:06:31 +0100
committerAndrew Morgan <andrew@amorgan.xyz>2021-04-16 15:06:31 +0100
commit7fd80c73cce7b270dd4fdb4ba98b57ca3198a098 (patch)
tree2d26d032092eab5ad147a5bc72302da99497e2e5 /tests/rest/client/v1/utils.py
parentMerge commit '01333681b' into anoa/dinsic_release_1_31_0 (diff)
parentMake `_make_callback_with_userinfo` async (diff)
downloadsynapse-7fd80c73cce7b270dd4fdb4ba98b57ca3198a098.tar.xz
Merge commit '8388a7fb3' into anoa/dinsic_release_1_31_0
Diffstat (limited to 'tests/rest/client/v1/utils.py')
-rw-r--r--tests/rest/client/v1/utils.py2
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,