From b6a8f08d3d2065d4c14f79b99e10d89cd8af6238 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 20:08:16 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/test_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_settings.py b/tests/test_settings.py index 535adf626..f9f540339 100644 --- a/tests/test_settings.py +++ b/tests/test_settings.py @@ -171,4 +171,4 @@ def test_generating_iss_endpoint_type_error(oauth2_settings): def test_pkce_required_is_default(): settings = OAuth2ProviderSettings() - assert settings.PKCE_REQUIRED is True \ No newline at end of file + assert settings.PKCE_REQUIRED is True