mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-01 20:43:49 +00:00
Fix construct of SignedUrlPost
This commit is contained in:
@@ -38,6 +38,7 @@ class SignedUrlPostNormalizerTest extends KernelTestCase
|
||||
$signedUrl = new SignedUrlPost(
|
||||
'https://object.store.example/container/object',
|
||||
\DateTimeImmutable::createFromFormat('U', '1700000'),
|
||||
'abc',
|
||||
15000,
|
||||
1,
|
||||
180,
|
||||
@@ -59,6 +60,7 @@ class SignedUrlPostNormalizerTest extends KernelTestCase
|
||||
'method' => 'POST',
|
||||
'expires' => 1_700_000,
|
||||
'url' => 'https://object.store.example/container/object',
|
||||
'object_name' => 'abc'
|
||||
],
|
||||
$actual
|
||||
);
|
||||
|
Reference in New Issue
Block a user