Skip to content

Commit 9bbad27

Browse files
committed
test(Statements app): Fix test for storing statements with priority
1 parent 6e92456 commit 9bbad27

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/apps/statements/tests/storingStatements/priority.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const checkRedisPayloadArray = async ({
2828
const eventName = `${getPrefixWithProcessingPriority(
2929
config.redis.prefix,
3030
priority,
31+
config.isQueuePriorityEnabled,
3132
)}:${EVENT_NAME}`;
3233
const listLength = await redisClient.llen(eventName);
3334

0 commit comments

Comments
 (0)