From 904d452c93ed1dc3ec3dc5c5c18daf9da341043e Mon Sep 17 00:00:00 2001 From: Jeremy Press Date: Tue, 5 Mar 2019 10:32:19 -0800 Subject: [PATCH] Chore: Update test file location (#949) --- test/support/constants.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/support/constants.js b/test/support/constants.js index 35fb46b31..e21b4fb7c 100644 --- a/test/support/constants.js +++ b/test/support/constants.js @@ -1,9 +1,9 @@ Cypress.env({ - ACCESS_TOKEN: 'edRiUpeLD9A1nLyWqc1gZOt2OnSNNYp9', - FILE_ID_DOC: '287707140303', - FILE_ID_PRESENTATION: '286114524434', - FILE_ID_MP3: '286509191779', - FILE_ID_VIDEO: '286114565199', - FILE_ID_VIDEO_SUBTITLES_TRACKS: '286840567797', - FILE_ID_VIDEO_SMALL: '286114192023' + ACCESS_TOKEN: 'S8wjvjOL9GEK5VtXsQNVMOwSrx1g55oC', + FILE_ID_DOC: '415542803939', + FILE_ID_PRESENTATION: '415537552367', + FILE_ID_MP3: '415542687401', + FILE_ID_VIDEO: '415535384156', + FILE_ID_VIDEO_SUBTITLES_TRACKS: '415542245854', + FILE_ID_VIDEO_SMALL: '415542846356' });