File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
tests/playwright/digital-letters-component-tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ test.describe('PDM Poll', () => {
7676
7777 test ( 'should send a pdm.resource.unavailable event when not available in PDM' , async ( ) => {
7878 const eventId = uuidv4 ( ) ;
79- const documentResourceId = 'b8f2b194-31e1-3719-aaf9-a9195e35e692 ' ;
79+ const documentResourceId = 'unavailable-response ' ;
8080 const messageReference = uuidv4 ( ) ;
8181 const senderId = uuidv4 ( ) ;
8282
@@ -116,7 +116,7 @@ test.describe('PDM Poll', () => {
116116
117117 test ( 'should send a pdm.resource.retries.exceeded event when not available in PDM after 10 retries' , async ( ) => {
118118 const eventId = uuidv4 ( ) ;
119- const documentResourceId = 'b8f2b194-31e1-3719-aaf9-a9195e35e692 ' ;
119+ const documentResourceId = 'unavailable-response ' ;
120120 const messageReference = uuidv4 ( ) ;
121121 const senderId = uuidv4 ( ) ;
122122
You can’t perform that action at this time.
0 commit comments