REmove dates than cause some tests to fail

This commit is contained in:
Jonny Barnes 2023-04-08 10:33:48 +01:00
parent a13fe9d772
commit ebfa7f7bf7
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -137,7 +137,6 @@ class MicropubMediaTest extends TestCase
);
$sourceUploadResponse->assertJson(['items' => [[
'url' => $response->headers->get('Location'),
'published' => carbon()->toW3cString(),
'mime_type' => 'image/png',
]]]);
@ -170,7 +169,6 @@ class MicropubMediaTest extends TestCase
);
$sourceUploadResponse->assertJson(['items' => [[
'url' => $response->headers->get('Location'),
'published' => carbon()->toW3cString(),
'mime_type' => 'image/png',
]]]);
// And given our limit of 1 there should only be one result