Skip to content

Commit

Permalink
Apply fixes from StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
StyleCIBot committed Jun 29, 2023
1 parent f03e652 commit 04e4c1b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/Http/HttpClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1767,7 +1767,6 @@ public function testMiddlewareRunsAndCanChangeRequestOnAssertSent()
return $this->factory->response('Fake');
});


$pendingRequest = $this->factory->withMiddleware(
Middleware::mapRequest(fn (RequestInterface $request) => $request->withHeader('X-Test-Header', 'Test'))
);
Expand All @@ -1779,7 +1778,6 @@ public function testMiddlewareRunsAndCanChangeRequestOnAssertSent()
$request->url() === 'https://laravel.example' &&
$request->hasHeader('X-Test-Header', 'Test');
});

}

public function testRequestExceptionIsNotThrownIfThePendingRequestIsSetToThrowOnFailureButTheResponseIsSuccessful()
Expand Down

0 comments on commit 04e4c1b

Please sign in to comment.