Skip to content

Commit

Permalink
Fixed attachment test
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Oct 9, 2023
1 parent 1fee80e commit f040e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/api-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -584,7 +584,7 @@ describe('API tests', function () {
expect(messageData.attachments).to.deep.equal([
{
contentType: 'image/png',
disposition: 'attachment',
disposition: 'inline',
filename: 'attachment-1.png',
hash: '6bb932138c9062004611ca0170d773e78d79154923c5daaf6d8a2f27361c33a2',
id: 'ATT00001',
Expand Down

0 comments on commit f040e54

Please sign in to comment.