From 2ed0220e8ab70da80ce0fa55739abe805a19e1b9 Mon Sep 17 00:00:00 2001 From: Genevieve Conty Date: Mon, 14 Jan 2019 16:33:04 -0800 Subject: [PATCH] updated batch test to work with not local tests --- test/batch.spec.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/test/batch.spec.js b/test/batch.spec.js index 89be5463..87ce9f45 100644 --- a/test/batch.spec.js +++ b/test/batch.spec.js @@ -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';