From 8bdaa57467bf8aee5123ed8960a86856168d294d Mon Sep 17 00:00:00 2001 From: lokeshmoger <37133659+lokeshmoger@users.noreply.github.com> Date: Thu, 8 Apr 2021 17:50:08 +0530 Subject: [PATCH 1/2] Update client.js --- test/client/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/client/client.js b/test/client/client.js index cca9d28..4c6ea07 100644 --- a/test/client/client.js +++ b/test/client/client.js @@ -3,7 +3,7 @@ var should = require('should'), Client = require('../../lib/client/client'), OAuth = require('oauth').OAuth, rest = require('restler'), - api, + api, url, mockRest, mockOAuth, From 2efea5e0027de98ba5422206eec6dc16f03a0b65 Mon Sep 17 00:00:00 2001 From: lokeshmoger <37133659+lokeshmoger@users.noreply.github.com> Date: Thu, 8 Apr 2021 17:54:39 +0530 Subject: [PATCH 2/2] Update client.js --- test/client/client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/client/client.js b/test/client/client.js index 4c6ea07..dc8c07e 100644 --- a/test/client/client.js +++ b/test/client/client.js @@ -2,7 +2,7 @@ var should = require('should'), config = require('./configApi'), Client = require('../../lib/client/client'), OAuth = require('oauth').OAuth, - rest = require('restler'), + rest = require('restler'), api, url, mockRest,