feat: added integration tests for saveFile method
This commit is contained in:
@@ -145,7 +145,7 @@ describe('getFileById', function () {
|
||||
const client = new OnspringClient(baseURL, apiKey);
|
||||
|
||||
if (process.env.TEST_ATTACHMENT_FIELD_NO_ACCESS_APP === undefined) {
|
||||
expect.fail('EST_ATTACHMENT_FIELD_NO_ACCESS_APP is not defined');
|
||||
expect.fail('TEST_ATTACHMENT_FIELD_NO_ACCESS_APP is not defined');
|
||||
}
|
||||
|
||||
const fieldId = parseInt(process.env.TEST_ATTACHMENT_FIELD_NO_ACCESS_APP);
|
||||
|
||||
Reference in New Issue
Block a user