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 f45fee5 commit 1a4b670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/client/src/client.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3096,7 +3096,8 @@ describe('test_whitelabel_links__link_id__subuser_post', () => {
describe('test client', () => {
var testClient = require('./client');
describe('setDataResidency', () => {
testClient.setDataResidency('eu');
//testClient.setDataResidency('eu');
testClient.setDefaultRequest('baseUrl', 'abcde');
console.log('before: ');
console.log(testClient);
console.log('Actual:', testClient.defaultRequest.baseUrl);
Expand Down

0 comments on commit 1a4b670

Please sign in to comment.