diff --git a/cypress/e2e/api-tests/simpleOAuthAuthenticationTest.cy.js b/cypress/e2e/api-tests/simpleOAuthAuthenticationTest.cy.js index be7f518..ea6204e 100644 --- a/cypress/e2e/api-tests/simpleOAuthAuthenticationTest.cy.js +++ b/cypress/e2e/api-tests/simpleOAuthAuthenticationTest.cy.js @@ -1,9 +1,9 @@ describe.skip('Simple OAuth Authentication Test',() => { let bearerToken = ''; before('A simple Oauth authentication test', () => { - const clientId = '74744e504ecc97dec860'; - const clientSecret = '0b1bb057f8c3e7c95563f0f3a28b2a20ae9c4934'; - const clientCode = '277ae688d109aadc92c2'; + const clientId = ''; + const clientSecret = ''; + const clientCode = ''; // 1. get oauth 2.0 access token cy.request({ method:'POST', @@ -38,4 +38,4 @@ describe.skip('Simple OAuth Authentication Test',() => { expect(response.body[1].id).to.eq(430858018) }) }) -}) \ No newline at end of file +})