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 17, 2023
1 parent 7697e76 commit c40315b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/client/src/client.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -3096,8 +3096,8 @@ describe('test_whitelabel_links__link_id__subuser_post', () => {
describe('setDataResidency', () => {
const sgClient = require('./client');
sgClient.setDataResidency('eu');

console.log(sgClient);
it('should have host as eu', () => {
expect(sgClient.baseUrl).to.equal('api.eu.sendgrid.com');
expect(sgClient.defaultRequest.baseUrl).to.equal('api.eu.sendgrid.com');
});
});

0 comments on commit c40315b

Please sign in to comment.