File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -286,7 +286,6 @@ public function it_can_create_encrypted_url_for_a_document_in_a_file_cabinet()
286286 'https://codebar.docuware.cloud/DocuWare/Platform/WebClient/Integration?ep= ' ,
287287 $ url ,
288288 );
289- Event::assertNotDispatched (DocuWareResponseLog::class);
290289 }
291290
292291 /** @test */
@@ -299,12 +298,12 @@ public function it_can_create_encrypted_url_for_a_document_in_a_basket()
299298 ->url ()
300299 ->basket ($ basketId )
301300 ->document ($ documentId )
301+ ->validUntil (now ()->addMinute ())
302302 ->make ();
303303
304304 $ this ->assertStringStartsWith (
305305 'https://codebar.docuware.cloud/DocuWare/Platform/WebClient/Integration?ep= ' ,
306306 $ url ,
307307 );
308- Event::assertNotDispatched (DocuWareResponseLog::class);
309308 }
310309}
You can’t perform that action at this time.
0 commit comments