From 6ae5c57c3f7a14c4417b8d4ef48bf400a990310b Mon Sep 17 00:00:00 2001 From: EJ Mercado Date: Fri, 12 Jun 2020 17:17:39 +0800 Subject: [PATCH] fix: report type --- test/integration/reports.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/reports.test.ts b/test/integration/reports.test.ts index f26ec747..33c7f57c 100644 --- a/test/integration/reports.test.ts +++ b/test/integration/reports.test.ts @@ -19,7 +19,7 @@ describe('reports', () => { const reports = new Reports(httpClient) itci('should return new request report', async () => { const parameters = { - ReportType: ' _GET_MERCHANT_LISTINGS_DATA_', + ReportType: '_GET_MERCHANT_LISTINGS_DATA_', } const [response] = await reports.requestReport(parameters)