Skip to content

Commit

Permalink
Update OAuth2Test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
haraprasadj authored Jun 27, 2024
1 parent a07eecc commit 800ca74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion suites/apis/OAuth2Test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Scenario('Authorization code flow: Test that successfully generates code @reqGoo

Scenario('Authorization code flow: Test that fail to generate code due to not provided openid scope @reqGoogle', async ({ fence }) => {
const resULR = await fence.do.getConsentCode(
fence.props.clients.client.id, 'code', 'user', 'ok', false, 400
fence.props.clients.client.id, 'code', 'user', 'ok', false
);
fence.ask.assertNotContainSubStr(resULR, ['code=']);
});
Expand Down

0 comments on commit 800ca74

Please sign in to comment.