Skip to content

Commit

Permalink
Fix a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ldclakmal committed Aug 17, 2021
1 parent 5c50459 commit f6bca0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ballerina-tests/tests/auth_client_auth_handler_test.bal
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ isolated function testClientOAuth2HandlerForJwtBearerGrant() {
};

http:Request request = createDummyRequest();
http:ClientOAuth2Handler handler = new(config3);
http:ClientOAuth2Handler handler = new(config);
http:Request|http:ClientAuthError result1 = handler->enrich(request);
if (result1 is http:Request) {
string header = checkpanic result1.getHeader(http:AUTH_HEADER);
Expand Down

0 comments on commit f6bca0d

Please sign in to comment.