chore(): disable old endpoint test

This commit is contained in:
tiagosiebler
2023-12-22 11:55:46 +00:00
parent 45705c0e79
commit 2240bd4043
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ describe('Private Account Asset V3 REST API Endpoints', () => {
});
});
it('getUniversalTransfers()', async () => {
it.skip('getUniversalTransfers()', async () => {
expect(await api.getUniversalTransfers({ coin: coin })).toMatchObject({
...successResponseObjectV3(),
retCode: API_ERROR_CODE.INCORRECT_API_KEY_PERMISSIONS,