Skip to content

Commit

Permalink
Merge pull request #75 from contygm/master
Browse files Browse the repository at this point in the history
DEVCON-3372: updated batch test to work with not local tests
  • Loading branch information
contygm authored Jan 15, 2019
2 parents 2b70392 + 2ed0220 commit 32fd31c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions test/batch.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ import batchCreateRequest from './fixtures/batch_create_request';
import batchCreateResponse from './fixtures/batch_create_response';
import batchDownloadResponse from './fixtures/batch_download_response';

// let companyId = 811825;
// let batchId = 3883044;
// let id = 5822671;
let companyId = 811825;
let batchId = 3883044;
let id = 5822671;

let companyId = 238146;
let batchId = 1136793;
let id = 2066530;
// let companyId = 238146;
// let batchId = 1136793;
// let id = 2066530;

const baseUrl = 'https://sandbox-rest.avatax.com';

Expand Down

0 comments on commit 32fd31c

Please sign in to comment.