From 8222e28ac999a72d24046f56d6fb7b3be1a33fb4 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Wed, 16 Aug 2023 18:40:24 +0100 Subject: [PATCH] Update FunctionsCustomServerTest.php --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index df033e63c9..928bba969e 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -733,7 +733,7 @@ class FunctionsCustomServerTest extends Scope ], $this->getHeaders()), [ // Testing default value, should be 'async' => false ]); - + $this->assertEquals(201, $execution['headers']['status-code']); $this->assertEquals('completed', $execution['body']['status']); $this->assertEquals(200, $execution['body']['responseStatusCode']);