fix(coding): close PI-100 review findings
This commit is contained in:
@@ -133,7 +133,10 @@ describe('Pi runtime Provider authentication recovery', () => {
|
||||
text: 'Do not leak credentials',
|
||||
attachments: [],
|
||||
})).rejects.toMatchObject({
|
||||
code: 'PI_RPC_RESPONSE_ERROR',
|
||||
publicError: {
|
||||
code: 'CODING_PROVIDER_AUTH_REQUIRED',
|
||||
recoverable: true,
|
||||
},
|
||||
});
|
||||
|
||||
await expect.poll(() => workers.length).toBe(2);
|
||||
|
||||
Reference in New Issue
Block a user