Skip to content

Commit e92ba49

Browse files
committed
fix: remove timezone in test
1 parent 6c5a32f commit e92ba49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/Model/StoredRateLimitTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public function testItComputesLimitReachedMessage(): void
3939
'message' => 'Too many requests. Only 1000 calls allowed every 60 seconds.',
4040
'limit' => 1000,
4141
'period' => 60,
42-
'until' => '2020-06-01T00:00:00+00:00',
42+
'until' => '2020-06-01 00:00:00',
4343
'vary' => '{"http_method":"GET","customer":"customer-test"}',
4444
],
4545
$storedRateLimit->getLimitReachedOutput()

0 commit comments

Comments
 (0)