diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-03-26 19:06:44 +0100 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2020-03-26 19:06:44 +0100 |
commit | bdf3cdaec800966a493998c65665ee951b3d39f5 (patch) | |
tree | fa9ac0424bca7dfb7e53ad175a7ae31851a4a803 | |
parent | Changelog (diff) | |
download | synapse-bdf3cdaec800966a493998c65665ee951b3d39f5.tar.xz |
Lint
-rw-r--r-- | tests/rest/client/v1/test_login.py | 6 |
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") |