Fix graphql test

This commit is contained in:
Jake Barnby
2023-08-20 13:20:37 -04:00
parent 7d67824b0d
commit 1e4a3cd020
@@ -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()],
]