From 0ed0cb6c370660b43b58d5540d3de0cf19b2acd0 Mon Sep 17 00:00:00 2001 From: David Kennedy Date: Fri, 8 Dec 2023 11:30:15 -0500 Subject: [PATCH] all hail the linter --- src/djangooidc/tests/test_oidc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/djangooidc/tests/test_oidc.py b/src/djangooidc/tests/test_oidc.py index 04ad33b53..21249aa90 100644 --- a/src/djangooidc/tests/test_oidc.py +++ b/src/djangooidc/tests/test_oidc.py @@ -13,7 +13,7 @@ class OidcTest(TestCase): def test_oidc_create_authn_request_with_acr_value(self): """Test that create_authn_request returns a redirect with an acr_value when an acr_value is passed through session. - + This test is only valid locally. On local, client can be initialized. Client initialization does not work in pipeline, so test is useless in pipeline. However, it will not fail in pipeline."""