1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

Update env to runtime

This commit is contained in:
kodumbeats 2021-07-02 16:39:53 -04:00
parent 95dad203b8
commit 760a0f9c79
2 changed files with 3 additions and 3 deletions

View file

@ -759,7 +759,7 @@ $collections = [
'filters' => [],
],
[
'$id' => 'env',
'$id' => 'runtime',
'type' => Database::VAR_STRING,
'format' => '',
'size' => 2048,

View file

@ -264,8 +264,8 @@ class WebhooksCustomServerTest extends Scope
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), [
'name' => 'Test',
'env' => 'php-8.0',
'runtime' => ['role:all'],
'execute' => ['role:all'],
'runtime' => 'php-8.0',
'timeout' => 10,
]);