all hail the linter

This commit is contained in:
David Kennedy 2023-12-08 11:30:15 -05:00
parent 294da6a1e2
commit 0ed0cb6c37
No known key found for this signature in database
GPG key ID: 6528A5386E66B96B

View file

@ -13,7 +13,7 @@ class OidcTest(TestCase):
def test_oidc_create_authn_request_with_acr_value(self): def test_oidc_create_authn_request_with_acr_value(self):
"""Test that create_authn_request returns a redirect with an acr_value """Test that create_authn_request returns a redirect with an acr_value
when an acr_value is passed through session. when an acr_value is passed through session.
This test is only valid locally. On local, client can be initialized. This test is only valid locally. On local, client can be initialized.
Client initialization does not work in pipeline, so test is useless in Client initialization does not work in pipeline, so test is useless in
pipeline. However, it will not fail in pipeline.""" pipeline. However, it will not fail in pipeline."""