Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Commit

Permalink
fix: report type
Browse files Browse the repository at this point in the history
  • Loading branch information
justinemmanuelmercado committed Jun 12, 2020
1 parent 390de48 commit 6ae5c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/reports.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6ae5c57

Please sign in to comment.