mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Lint
This commit is contained in:
parent
48b37f61ce
commit
bdf3cdaec8
@ -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")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user