Skip to content

Commit bf62f3f

Browse files
committed
CCM-15633: Fix pact message description
1 parent 45ac097 commit bf62f3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pact-tests/utils/pact-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import path from 'node:path';
33
export const PACT_CONSUMER = 'digital-letters';
44
export const PACT_PROVIDER = 'status-published';
55
export const PACT_MESSAGE_DESCRIPTION =
6-
'ChannelStatusPublished-paper_letter_opted_out';
6+
'ChannelStatusPublishedEvent-paper_letter_opted_out';
77
export const PACT_DIRECTORY = path.resolve(
88
__dirname,
99
'../.pacts/status-published',

0 commit comments

Comments
 (0)