Skip to content

Commit f0bf8bd

Browse files
authored
Merge pull request #7112 from baycik/develop
fix: bug on stuck content-type header in Feature Testing
2 parents d0f2768 + 4961b39 commit f0bf8bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

system/Test/FeatureTestTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ protected function setupRequest(string $method, ?string $path = null): IncomingR
286286
{
287287
$path = URI::removeDotSegments($path);
288288
$config = config(App::class);
289-
$request = Services::request($config, true);
289+
$request = Services::request($config, false);
290290

291291
// $path may have a query in it
292292
$parts = explode('?', $path);

0 commit comments

Comments
 (0)