fix test
This commit is contained in:
parent
233ffe46d5
commit
2c079a9608
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ describe('API', () => {
|
|||
});
|
||||
|
||||
await cli.request('i');
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
expect(isAPIError(e)).toEqual(true);
|
||||
expect(e.id).toEqual('5d37dbcb-891e-41ca-a3d6-e690c97775ac');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue