diff --git a/test/endtoend/transloadit/test.js b/test/endtoend/transloadit/test.js index 79ce925d4..4fb33cc66 100644 --- a/test/endtoend/transloadit/test.js +++ b/test/endtoend/transloadit/test.js @@ -20,7 +20,7 @@ describe('Transloadit file processing', () => { browser.url(testURL) }) - it('should upload a file to Transloadit and crop it', () => { + it('should upload a file to Transloadit and crop it', function () { const transloaditKey = process.env.TRANSLOADIT_KEY if (transloaditKey === undefined) { console.log('skipping Transloadit integration test')