remove deprecated REST endpoint
This commit is contained in:
@@ -55,10 +55,6 @@ describe('Public Linear REST API Endpoints', () => {
|
||||
expect(await api.getSymbols()).toMatchObject(successResponseList());
|
||||
});
|
||||
|
||||
it('getLiquidations()', async () => {
|
||||
expect(await api.getLiquidations({ symbol })).toMatchObject(successResponseList());
|
||||
});
|
||||
|
||||
it('getServerTime()', async () => {
|
||||
expect(await api.getServerTime()).toMatchObject(successResponseObject());
|
||||
});
|
||||
@@ -67,4 +63,4 @@ describe('Public Linear REST API Endpoints', () => {
|
||||
expect(await api.getApiAnnouncements()).toMatchObject(successResponseList());
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user