fix tests and incorrect v5 endpoint
This commit is contained in:
@@ -82,7 +82,8 @@ describe('Private Spot REST API GET Endpoints', () => {
|
||||
|
||||
it('getLeveragedTokenPRHistory()', async () => {
|
||||
expect(await api.getLeveragedTokenPRHistory()).toMatchObject({
|
||||
retCode: API_ERROR_CODE.ORDER_NOT_FOUND_LEVERAGED_TOKEN,
|
||||
...successResponseObjectV3(),
|
||||
// retCode: API_ERROR_CODE.ORDER_NOT_FOUND_LEVERAGED_TOKEN,
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user