Skip to content

Commit

Permalink
chore: add mock for new endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
KishenKumarrrrr committed Feb 8, 2024
1 parent 570c0ae commit 1b1b132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/test-utils/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ function mockCampaignUploadApis(state: State) {
})
)
}),
rest.put(PRESIGNED_URL, (req, res, ctx) => {
rest.put('/attachments/csv-upload', (req, res, ctx) => {
return res(ctx.status(200), ctx.set('ETag', 'test_etag_value'))
}),
rest.post(
Expand Down

0 comments on commit 1b1b132

Please sign in to comment.