From 93f9e9e42e4b3ddddd859b6a24cabfa45b2edfd1 Mon Sep 17 00:00:00 2001 From: Mingze Date: Thu, 3 Dec 2020 15:33:09 -0800 Subject: [PATCH] test(cypress): Change access token for annotations access (#1303) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- test/support/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/support/constants.js b/test/support/constants.js index f9ab30e88..87934aaf8 100644 --- a/test/support/constants.js +++ b/test/support/constants.js @@ -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',