Skip to content

Commit

Permalink
test(cypress): Change access token for annotations access (#1303)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
Mingze and mergify[bot] committed Dec 3, 2020
1 parent 30090ec commit 93f9e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/support/constants.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Cypress.env({
// NOTE: The token used is a readonly token accessing public data in a demo enterprise.
ACCESS_TOKEN: 'S8wjvjOL9GEK5VtXsQNVMOwSrx1g55oC',
// NOTE: The token used is a readonly token accessing public data in a demo enterprise. DO NOT PUT A WRITE TOKEN
ACCESS_TOKEN: 'QvMQdM3Lqk9zyYjxS2a9bCNkM1R4Icr1',
FILE_ID_ARCHIVE: '589625563707',
FILE_ID_ARCHIVE_LARGE: '611800378713',
FILE_ID_BAD: '433514141824',
Expand Down

0 comments on commit 93f9e9e

Please sign in to comment.