Skip to content

Commit 88d58d3

Browse files
committed
correct test debug printout to oidc_proto_request_auth
Signed-off-by: Hans Zandbelt <[email protected]>
1 parent c62757a commit 88d58d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,11 +1041,11 @@ static char *test_proto_authorization_request(request_rec *r) {
10411041
oidc_proto_state_set_response_type(proto_state, oidc_cfg_provider_response_type_get(provider));
10421042
oidc_proto_state_set_timestamp_now(proto_state);
10431043

1044-
TST_ASSERT("oidc_proto_authorization_request (1)",
1044+
TST_ASSERT("oidc_proto_request_auth (1)",
10451045
oidc_proto_request_auth(r, provider, NULL, redirect_uri, state, proto_state, NULL, NULL, NULL,
10461046
NULL) == HTTP_MOVED_TEMPORARILY);
10471047

1048-
TST_ASSERT_STR("oidc_proto_authorization_request (2)", apr_table_get(r->headers_out, "Location"),
1048+
TST_ASSERT_STR("oidc_proto_request_auth (2)", apr_table_get(r->headers_out, "Location"),
10491049
"https://idp.example.com/"
10501050
"authorize?response_type=code&scope=openid&client_id=client_id&state=12345&redirect_uri=https%"
10511051
"3A%2F%2Fwww.example.com%2Fprotected%2F&nonce=anonce&jan=piet&foo=bar");

0 commit comments

Comments
 (0)