mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -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/")
|
self._test_redirect("https://legit-site.com/")
|
||||||
|
|
||||||
@override_config(
|
@override_config({"public_baseurl": "https://example.com"})
|
||||||
{
|
|
||||||
"public_baseurl": "https://example.com"
|
|
||||||
}
|
|
||||||
)
|
|
||||||
def test_cas_redirect_login_fallback(self):
|
def test_cas_redirect_login_fallback(self):
|
||||||
self._test_redirect("https://example.com/_matrix/static/client/login")
|
self._test_redirect("https://example.com/_matrix/static/client/login")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user