Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Dec 14, 2023
1 parent c806d71 commit db6a178
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cli/test/collect-psi.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ describe('Lighthouse CI collect CLI using PSI', () => {
`);
expect(stderr).toMatchInlineSnapshot(`
"Error: PSI Failed (UNKNOWN): Oops
at PsiClient.run"
at PsiClient.run
at process.processTicksAndRejections"
`);
expect(status).toEqual(1);
}, 180000);
Expand Down

0 comments on commit db6a178

Please sign in to comment.