v3.2.1: add another UM response type.

This commit is contained in:
tiagosiebler
2022-11-15 16:19:32 +00:00
parent c46645713e
commit 226952d5d2
5 changed files with 95 additions and 7 deletions

View File

@@ -133,6 +133,7 @@ describe('Private Inverse-Futures REST API POST Endpoints', () => {
})
).toMatchObject({
ret_code: API_ERROR_CODE.ORDER_NOT_FOUND_OR_TOO_LATE,
// ret_msg: expect.stringMatching(/OK/gim),
});
});