From c16dc71fefa4215b5dfeb0f3ac0edbbbc49752e9 Mon Sep 17 00:00:00 2001 From: Artur Paikin Date: Fri, 5 Oct 2018 23:24:45 -0400 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20use=20arrow=20function,=20for?= =?UTF-8?q?=20*this*=20to=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/endtoend/transloadit/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')