Skip to content

Commit 9000f45

Browse files
authored
tests: Fix test name (#1283)
1 parent 2f3dd45 commit 9000f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_oidc_views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ def test_rp_initiated_logout_public_client_strict_redirect_client_id(
374374

375375

376376
@pytest.mark.django_db
377-
def test_rp_initiated_logout_get_id_token_client_id(logged_in_client, oidc_tokens, rp_settings):
377+
def test_rp_initiated_logout_get_client_id(logged_in_client, oidc_tokens, rp_settings):
378378
rsp = logged_in_client.get(
379379
reverse("oauth2_provider:rp-initiated-logout"), data={"client_id": oidc_tokens.application.client_id}
380380
)

0 commit comments

Comments
 (0)