Skip to content

Commit a6017a0

Browse files
committed
add request error log
1 parent 9f1079c commit a6017a0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tee-worker/ts-tests/vc.test.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ describeLitentry('VC test', async (context) => {
7171

7272
resp_request_error.map((item: any) => {
7373
const result = item.toHuman().data.reason;
74+
console.log('---------VC request error----------', result);
7475

7576
assert(
7677
result.search('User shielding key is missing') !== -1,
77-
'remove twitter should fail with reason `User shielding key is missing`'
78+
'requestVc should fail with reason `User shielding key is missing`'
7879
);
7980
});
8081
});

0 commit comments

Comments
 (0)