summary refs log tree commit diff
path: root/tests/handlers/test_cas.py
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-14 15:29:29 +0000
committerErik Johnston <erik@matrix.org>2021-01-14 15:29:29 +0000
commit43dc6371362a8ad843de60db36baf5e79c5a7758 (patch)
treef19b08292880d4f9705e5957ff7551840017bd2a /tests/handlers/test_cas.py
parentMerge remote-tracking branch 'origin/develop' into matrix-org-hotfixes (diff)
parentAdd background update for add chain cover index (#9029) (diff)
downloadsynapse-43dc6371362a8ad843de60db36baf5e79c5a7758.tar.xz
Merge remote-tracking branch 'origin/develop' into matrix-org-hotfixes
Diffstat (limited to 'tests/handlers/test_cas.py')
-rw-r--r--tests/handlers/test_cas.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/handlers/test_cas.py b/tests/handlers/test_cas.py

index bd7a1b6891..c37bb6440e 100644 --- a/tests/handlers/test_cas.py +++ b/tests/handlers/test_cas.py
@@ -118,4 +118,4 @@ class CasHandlerTestCase(HomeserverTestCase): def _mock_request(): """Returns a mock which will stand in as a SynapseRequest""" - return Mock(spec=["getClientIP", "get_user_agent"]) + return Mock(spec=["getClientIP", "getHeader"])