From 1e4a3cd020ca4142c98c2fc2c938de37cb21eeb6 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Sun, 20 Aug 2023 13:20:37 -0400 Subject: [PATCH] Fix graphql test --- tests/e2e/Services/GraphQL/FunctionsServerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/e2e/Services/GraphQL/FunctionsServerTest.php b/tests/e2e/Services/GraphQL/FunctionsServerTest.php index 39a3abca05..ed7933db1a 100644 --- a/tests/e2e/Services/GraphQL/FunctionsServerTest.php +++ b/tests/e2e/Services/GraphQL/FunctionsServerTest.php @@ -25,6 +25,7 @@ class FunctionsServerTest extends Scope 'variables' => [ 'functionId' => ID::unique(), 'name' => 'Test Function', + 'entrypoint' => 'index.php', 'runtime' => 'php-8.0', 'execute' => [Role::any()->toString()], ]