Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
babolivier committed Mar 26, 2020
1 parent 48b37f6 commit bdf3cda
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions tests/rest/client/v1/test_login.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,11 +352,7 @@ def test_cas_redirect_whitelisted(self):
"""
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")

Expand Down

0 comments on commit bdf3cda

Please sign in to comment.