Skip to content

Commit

Permalink
fix: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
manish339k committed Aug 12, 2024
1 parent 333fa07 commit 639fe52
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,14 +210,7 @@ export const businessProxyV1: ProxyV1TestData[] = [
params: {},
JSON: {},
JSON_ARRAY: {
batch: [
{
item_id: 'test-item-id-faulty',
properties: {
unprinted1: '1',
},
},
],
batch: '[{"item_id":"test-item-id-faulty","properties":{"unprinted1":"1"}}]',
},
endpoint: updateEndpoint,
},
Expand Down

0 comments on commit 639fe52

Please sign in to comment.