diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index 5ab82a4dd..10757e75c 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -508,7 +508,7 @@ class FunctionsCustomServerTest extends Scope [ 'language' => 'Node.js', 'version' => '14.5', - 'name' => 'node-14', + 'name' => 'node-14.5', 'code' => $functions.'/node.tar.gz', 'command' => 'node index.js', 'timeout' => 15,