Skip to content

Commit

Permalink
Update client.spec.js
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman committed Nov 20, 2023
1 parent 15d99c2 commit f45fee5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/client/src/client.spec.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
'use strict';
const nock = require('nock');
const sgClient = require('./client');
const testClient = require('./client');

const testRequest = (request, statusCode) => {
const sgClient = require('./client');
sgClient.setApiKey('SG.API Key');
Expand Down Expand Up @@ -3096,7 +3094,7 @@ describe('test_whitelabel_links__link_id__subuser_post', () => {


describe('test client', () => {
const testClient = require('./client');
var testClient = require('./client');
describe('setDataResidency', () => {
testClient.setDataResidency('eu');
console.log('before: ');
Expand Down

0 comments on commit f45fee5

Please sign in to comment.