add missing parameter to test call
This commit is contained in:
@@ -110,6 +110,7 @@ describe('Private Inverse REST API POST Endpoints', () => {
|
|||||||
symbol,
|
symbol,
|
||||||
p_r_price: '50000',
|
p_r_price: '50000',
|
||||||
p_r_qty: 1,
|
p_r_qty: 1,
|
||||||
|
order_link_id: 'fakeorderid',
|
||||||
})
|
})
|
||||||
).toMatchObject({
|
).toMatchObject({
|
||||||
ret_code: API_ERROR_CODE.ORDER_NOT_FOUND_OR_TOO_LATE,
|
ret_code: API_ERROR_CODE.ORDER_NOT_FOUND_OR_TOO_LATE,
|
||||||
|
|||||||
Reference in New Issue
Block a user