Skip to content

Commit bb0b354

Browse files
authored
chore(tests): restore parameter in e2eUtils (#1489)
1 parent d947db9 commit bb0b354

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/commons/tests/utils/e2eUtils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ export const invokeFunction = async (
9393

9494
const promiseFactory = (
9595
index?: number,
96-
includeIndex?: boolean
96+
includeIndex = true
9797
): Promise<void> => {
9898
// in some cases we need to send a payload without the index, i.e. idempotency tests
9999
const payloadToSend = includeIndex

0 commit comments

Comments
 (0)