REmove dates than cause some tests to fail
This commit is contained in:
parent
a13fe9d772
commit
ebfa7f7bf7
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue