Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Oct 29, 2024
1 parent 2ebd898 commit d5e6ebe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-server/tests/cdp/cdp-api.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ describe('CDP API', () => {
console.log(res.body.logs[3].message)
expect(res.body).toMatchObject({
status: 'success',
error: 'undefined',
error: null,
logs: [
{
level: 'debug',
Expand Down

0 comments on commit d5e6ebe

Please sign in to comment.