This commit is contained in:
tiagosiebler
2022-08-31 18:09:22 +01:00
parent a7f2075530
commit f022af7b76

View File

@@ -93,7 +93,7 @@ describe('Private Inverse REST API Endpoints', () => {
}) })
).toMatchObject({ ).toMatchObject({
ret_code: API_ERROR_CODE.ORDER_NOT_FOUND_OR_TOO_LATE, ret_code: API_ERROR_CODE.ORDER_NOT_FOUND_OR_TOO_LATE,
ret_msg: 'order not exists', ret_msg: expect.any(String),
}); });
}); });