From ebfa7f7bf769c2c1d849bf23a8a74a0fcd92b565 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Sat, 8 Apr 2023 10:33:48 +0100 Subject: [PATCH] REmove dates than cause some tests to fail --- tests/Feature/MicropubMediaTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/Feature/MicropubMediaTest.php b/tests/Feature/MicropubMediaTest.php index bcf2f187..be05cb4e 100644 --- a/tests/Feature/MicropubMediaTest.php +++ b/tests/Feature/MicropubMediaTest.php @@ -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