usdc private test
This commit is contained in:
@@ -40,7 +40,7 @@ describe('Private Spot V3 Websocket Client', () => {
|
||||
badClient.subscribe(wsTopic);
|
||||
|
||||
expect(wsResponsePromise).rejects.toMatchObject({
|
||||
ret_code: WS_ERROR_ENUM.BAD_API_KEY_SPOT_V3,
|
||||
ret_code: WS_ERROR_ENUM.API_SIGN_AUTH_FAILED,
|
||||
ret_msg: expect.any(String),
|
||||
type: 'error',
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user