Skip to content

Commit

Permalink
Fix up mock data
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Oct 30, 2024
1 parent 9df8519 commit 28c9db9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin-server/tests/cdp/cdp-e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jest.mock('../../src/utils/fetch', () => {
Promise.resolve({
status: 200,
text: () => Promise.resolve(JSON.stringify({ success: true })),
headers: new Headers({ 'Content-Type': 'application/json' }),
json: () => Promise.resolve({ success: true }),
})
),
Expand Down

0 comments on commit 28c9db9

Please sign in to comment.