From b2b0267ede8e4a6e803f4faef6cccd6452af2813 Mon Sep 17 00:00:00 2001 From: Eldad Fux Date: Sun, 19 Jul 2020 00:47:46 +0300 Subject: [PATCH] Fixed package size --- 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 d79b34164..7f0441a88 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -265,7 +265,7 @@ class FunctionsConsoleServerTest extends Scope ], $this->getHeaders())); $this->assertEquals(200, $function['headers']['status-code']); - $this->assertEquals(521, $function['body']['codeSize']); + $this->assertEquals(751, $function['body']['codeSize']); /** * Test for FAILURE