mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Fixed tests
This commit is contained in:
parent
5c6d17bd87
commit
181fb05fd4
1 changed files with 2 additions and 2 deletions
|
|
@ -613,8 +613,8 @@ class FunctionsCustomServerTest extends Scope
|
|||
$fileId = $file['body']['$id'] ?? '';
|
||||
|
||||
foreach ($functions as $key => $env) {
|
||||
$name = $key ?? '';
|
||||
$language = $env['name'] ?? '';
|
||||
$name = $env['name'] ?? '';
|
||||
$language = $env['language'] ?? '';
|
||||
$version = $env['version'] ?? '';
|
||||
$code = $env['code'] ?? '';
|
||||
$command = $env['command'] ?? '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue