summary refs log tree commit diff
path: root/tests/rest
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-03-26 19:06:44 +0100
committerBrendan Abolivier <babolivier@matrix.org>2020-03-26 19:06:44 +0100
commitbdf3cdaec800966a493998c65665ee951b3d39f5 (patch)
treefa9ac0424bca7dfb7e53ad175a7ae31851a4a803 /tests/rest
parentChangelog (diff)
downloadsynapse-bdf3cdaec800966a493998c65665ee951b3d39f5.tar.xz
Lint
Diffstat (limited to 'tests/rest')
-rw-r--r--tests/rest/client/v1/test_login.py6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/rest/client/v1/test_login.py b/tests/rest/client/v1/test_login.py

index ed02ff1dcc..aed8853d6e 100644 --- a/tests/rest/client/v1/test_login.py +++ b/tests/rest/client/v1/test_login.py
@@ -352,11 +352,7 @@ class CASRedirectConfirmTestCase(unittest.HomeserverTestCase): """ self._test_redirect("https://legit-site.com/") - @override_config( - { - "public_baseurl": "https://example.com" - } - ) + @override_config({"public_baseurl": "https://example.com"}) def test_cas_redirect_login_fallback(self): self._test_redirect("https://example.com/_matrix/static/client/login")