Skip to content

Commit 98357d3

Browse files
committed
CCM-13475: remove unused constant
1 parent 6a07f96 commit 98357d3

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/playwright/constants/backend-constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ export const PRINT_STATUS_HANDLER_DLQ_NAME = `${CSI}-print-status-handler-dlq`;
2424
export const HANDLE_TTL_DLQ_NAME = `${CSI}-ttl-handle-expiry-errors-queue`;
2525
export const PRINT_ANALYSER_DLQ_NAME = `${CSI}-print-analyser-dlq`;
2626
export const PRINT_SENDER_DLQ_NAME = `${CSI}-print-sender-dlq`;
27-
export const EVENT_PUBLISHER_DLQ_NAME = `${CSI}-event-publisher-errors`;
2827

2928
// Queue Url Prefix
3029
export const SQS_URL_PREFIX = `https://sqs.${REGION}.amazonaws.com/${AWS_ACCOUNT_ID}/`;

0 commit comments

Comments
 (0)