We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe53c70 commit 8245fc6Copy full SHA for 8245fc6
src/routes/billingAccounts/list.spec.js
@@ -71,6 +71,7 @@ describe('Project Billing Accounts list', () => {
71
accessToken: 'mock',
72
instanceUrl: 'mock_url',
73
}));
74
+ // eslint-disable-next-line
75
salesforceQuery = sinon.stub(SalesforceService, 'queryUserBillingAccounts', () => Promise.resolve(billingAccountsData));
76
done();
77
});
0 commit comments