Skip to content

Commit 04e4c1b

Browse files
committed
Apply fixes from StyleCI
1 parent f03e652 commit 04e4c1b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Http/HttpClientTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,6 @@ public function testMiddlewareRunsAndCanChangeRequestOnAssertSent()
17671767
return $this->factory->response('Fake');
17681768
});
17691769

1770-
17711770
$pendingRequest = $this->factory->withMiddleware(
17721771
Middleware::mapRequest(fn (RequestInterface $request) => $request->withHeader('X-Test-Header', 'Test'))
17731772
);
@@ -1779,7 +1778,6 @@ public function testMiddlewareRunsAndCanChangeRequestOnAssertSent()
17791778
$request->url() === 'https://laravel.example' &&
17801779
$request->hasHeader('X-Test-Header', 'Test');
17811780
});
1782-
17831781
}
17841782

17851783
public function testRequestExceptionIsNotThrownIfThePendingRequestIsSetToThrowOnFailureButTheResponseIsSuccessful()

0 commit comments

Comments
 (0)