Skip to content

Commit a8af5f7

Browse files
committed
🐛 Remove assertion
1 parent 75d9058 commit a8af5f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/Feature/DocuWareTest.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)