Skip to content

Commit e54c0e8

Browse files
author
guillempc
committed
test: remove non-existent dataKeywordArgument field
1 parent 222d7ce commit e54c0e8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/idempotency/tests/unit/IdempotencyHandler.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ const mockFunctionPayloadToBeHashed = {};
2020
const persistenceStore = new PersistenceLayerTestClass();
2121
const mockIdempotencyOptions = {
2222
persistenceStore,
23-
dataKeywordArgument: 'testKeywordArgument',
2423
config: new IdempotencyConfig({}),
2524
};
2625

0 commit comments

Comments
 (0)