Skip to content

Commit

Permalink
tests: Fix test name (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonial committed Jun 12, 2023
1 parent 2f3dd45 commit 9000f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_oidc_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ def test_rp_initiated_logout_public_client_strict_redirect_client_id(


@pytest.mark.django_db
def test_rp_initiated_logout_get_id_token_client_id(logged_in_client, oidc_tokens, rp_settings):
def test_rp_initiated_logout_get_client_id(logged_in_client, oidc_tokens, rp_settings):
rsp = logged_in_client.get(
reverse("oauth2_provider:rp-initiated-logout"), data={"client_id": oidc_tokens.application.client_id}
)
Expand Down

0 comments on commit 9000f45

Please sign in to comment.