Skip to content

Commit 417ce6d

Browse files
committed
Merge conflict resolution
2 parents 0b14716 + c2ede55 commit 417ce6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/integration/attachments.test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,8 +496,7 @@ describe("Tests for uploading/deleting attachments through API calls", () => {
496496
}
497497
)
498498
expect(attachRes.data.ID).not.toBeNull()
499-
const abc = await utils.draftModeSave("processor", "Test", testID, "ProcessorService")
500-
console.log(abc)
499+
await utils.draftModeSave("processor", "Test", testID, "ProcessorService")
501500
// Delete the parent Test entity
502501
const delRes = await DELETE(
503502
`odata/v4/processor/Test(ID=${testID},IsActiveEntity=true)`

0 commit comments

Comments
 (0)