diff --git a/tests/Functional/Resources/Notifications/NotificationsClientTest.php b/tests/Functional/Resources/Notifications/NotificationsClientTest.php index 9789504..15ad1b5 100644 --- a/tests/Functional/Resources/Notifications/NotificationsClientTest.php +++ b/tests/Functional/Resources/Notifications/NotificationsClientTest.php @@ -124,9 +124,9 @@ public static function listOperationsProvider(): \Generator ]; yield 'From Filtered' => [ - new ListNotifications(to: new \DateTime('2023-12-25T00:00:00.000Z')), + new ListNotifications(from: new \DateTime('2023-12-24T00:00:00.000Z')), new Response(200, body: self::readRawJsonFixture('response/list_default')), - sprintf('%s/notifications?to=2023-12-25T00:00:00.000000Z', Environment::SANDBOX->baseUrl()), + sprintf('%s/notifications?from=2023-12-24T00:00:00.000000Z', Environment::SANDBOX->baseUrl()), ]; yield 'To and From Filtered' => [