Skip to content

Commit

Permalink
Apply black format
Browse files Browse the repository at this point in the history
  • Loading branch information
Viicos committed Jun 26, 2024
1 parent 627d675 commit 002793f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_admin_form.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class ExtendedOpenIDConnectConfigForm(OpenIDConnectConfigForm):
# Define an extra field to derive from the configuration
oidc_mapping = dict(
**OpenIDConnectConfigForm.oidc_mapping,
**{"logout_endpoint": "end_session_endpoint"}
**{"logout_endpoint": "end_session_endpoint"},
)

form = ExtendedOpenIDConnectConfigForm(data=form_data)
Expand Down

0 comments on commit 002793f

Please sign in to comment.