diff --git a/suites/pre-release/dcf/4.oidcFlowTest.js b/suites/pre-release/dcf/4.oidcFlowTest.js index 8d5edeaac..1786207c0 100644 --- a/suites/pre-release/dcf/4.oidcFlowTest.js +++ b/suites/pre-release/dcf/4.oidcFlowTest.js @@ -61,7 +61,7 @@ Scenario('Initiate the OIDC Client flow with NIH credentials to obtain the OAuth b. ID Token c. Refresh token -- - % curl --user ":" -X POST "https:///user/oauth2/token?grant_type=authorization_code&code=&redirect_uri=https://${TARGET_ENVIRONMENT}/user" + % curl --user ":" -X POST "https:///user/oauth2/token?grant_type=authorization_code&code=&redirect_uri=https://${TARGET_ENVIRONMENT}" `); expect(result.didPass, result.details).to.be.true; },