diff options
Diffstat (limited to 'tests/src/Http/PSR7Worker.php')
-rw-r--r-- | tests/src/Http/PSR7Worker.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/Http/PSR7Worker.php b/tests/src/Http/PSR7Worker.php index b985d288..e8900bcc 100644 --- a/tests/src/Http/PSR7Worker.php +++ b/tests/src/Http/PSR7Worker.php @@ -70,7 +70,7 @@ class PSR7Worker return null; } - $_SERVER = $this->configureServer($httpRequest['ctx']); + $_SERVER = $this->configureServer($httpRequest); return $this->mapRequest($httpRequest, $_SERVER); } |