Skip to content

Commit b6b8a3a

Browse files
authored
fix: delete entry2 as part of entry integration test cleanup [DX-258] (#2700)
1 parent dbd8275 commit b6b8a3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/integration/entry-integration.test.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -782,6 +782,9 @@ describe('Entry Api', () => {
782782
await createEntryClient.entry.delete({
783783
entryId: entry.sys.id,
784784
})
785+
await createEntryClient.entry.delete({
786+
entryId: entry2.sys.id,
787+
})
785788
await timeoutToCalmRateLimiting()
786789
})
787790

0 commit comments

Comments
 (0)