diff --git a/tests/Http/HttpClientTest.php b/tests/Http/HttpClientTest.php index 781026e2463a..8f0309329675 100644 --- a/tests/Http/HttpClientTest.php +++ b/tests/Http/HttpClientTest.php @@ -2362,7 +2362,7 @@ public function testRequestsWillBeWaitingSleepMillisecondsReceivedInBackoffArray ]); } - public function testRequestException() + public function testFailedRequest() { $requestException = $this->factory->failedRequest(['code' => 'not_found'], 404, ['X-RateLimit-Remaining' => 199]);