From f184bd73a716a30b9aa8f0b5d49dc7257bc07ead Mon Sep 17 00:00:00 2001 From: Felipe Martins Date: Thu, 12 Sep 2019 23:40:53 -0300 Subject: [PATCH] Fix cancellation error on build master. #2290 #2207 --- test/specs/instance.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/specs/instance.spec.js b/test/specs/instance.spec.js index d709c3d28e..5224df299c 100644 --- a/test/specs/instance.spec.js +++ b/test/specs/instance.spec.js @@ -37,7 +37,7 @@ describe('instance', function () { }); }); - it('should make an http request with url instead of baseURL', function () { + it('should make an http request with url instead of baseURL', function (done) { var instance = axios.create({ url: 'https://api.example.com' });