Skip to content

Commit

Permalink
Add missing mimetype
Browse files Browse the repository at this point in the history
  • Loading branch information
ggrossetie committed Nov 9, 2022
1 parent 7f57cdc commit c36e2ec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/smoke/smoke.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ const expect = chai.expect
const mimeType = {
svg: 'image/svg+xml',
png: 'image/png',
pdf: 'application/pdf'
pdf: 'application/pdf',
jpeg: 'image/jpeg'
}

const sendRequest = async (testCase, outputFormat) => {
Expand Down

0 comments on commit c36e2ec

Please sign in to comment.