Skip to content

Commit

Permalink
Update xmpls/attachments.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkrishnan authored Sep 17, 2024
1 parent 093417f commit 9448bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xmpls/attachments.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ describe('Test attachments service', () => {


})
it('- check the uploaded file', async () => {
it('Check the uploaded file', async () => {
const response = await GET(`/odata/v4/processor/Incidents(ID=${draftId},IsActiveEntity=true)/attachments(up__ID=${draftId},ID=${docId},IsActiveEntity=true)/content`);
expect(response.status).to.equal(200);
expect(response.data).to.not.be.undefined;
Expand Down

0 comments on commit 9448bff

Please sign in to comment.