Skip to content

Commit edf0c06

Browse files
authored
Update simpleOAuthAuthenticationTest.cy.js
1 parent 6d2f2d5 commit edf0c06

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cypress/e2e/api-tests/simpleOAuthAuthenticationTest.cy.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
describe.skip('Simple OAuth Authentication Test',() => {
22
let bearerToken = '';
33
before('A simple Oauth authentication test', () => {
4-
const clientId = '74744e504ecc97dec860';
5-
const clientSecret = '0b1bb057f8c3e7c95563f0f3a28b2a20ae9c4934';
6-
const clientCode = '277ae688d109aadc92c2';
4+
const clientId = '<enter_client_id_here>';
5+
const clientSecret = '<enter_client_secret_here>';
6+
const clientCode = '<enter_client_code_here>';
77
// 1. get oauth 2.0 access token
88
cy.request({
99
method:'POST',
@@ -38,4 +38,4 @@ describe.skip('Simple OAuth Authentication Test',() => {
3838
expect(response.body[1].id).to.eq(430858018)
3939
})
4040
})
41-
})
41+
})

0 commit comments

Comments
 (0)