Skip to content

Commit

Permalink
fix(): test error code
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosiebler committed Oct 22, 2024
1 parent 6c0c341 commit 11bd387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/private.read.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ describe('Private REST API Trade Endpoints (GET only)', () => {
});

describe('Block Trading Endpoints', () => {
const errorCode = '70015';
const errorCode = '70006';
// Block trading is only available for OKX users who have completed identity verification level 2 or above
// const errorMatch = expect.stringMatching(/level 2 or above/gim);
const errorMatch = expect.any(String);
Expand Down

0 comments on commit 11bd387

Please sign in to comment.