summary refs log tree commit diff
path: root/tests/rest
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-12-16 14:53:26 +0000
committerGitHub <noreply@github.com>2020-12-16 14:53:26 +0000
commit7a332850e6fea9585ac440a76a827e7a93663d89 (patch)
treee6651540fbdcc0d0c1536fe6c3b95ae80ca212d1 /tests/rest
parentMerge pull request #8946 from matrix-org/rav/refactor_send_request (diff)
parentchangelog (diff)
downloadsynapse-7a332850e6fea9585ac440a76a827e7a93663d89.tar.xz
Merge pull request #8951 from matrix-org/rav/username_picker_2
More preparatory refactoring of the OidcHandler tests
Diffstat (limited to 'tests/rest')
-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 3d46117e65..dbc27893b5 100644
--- a/tests/rest/client/v1/utils.py
+++ b/tests/rest/client/v1/utils.py
@@ -443,7 +443,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,