mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Fixed tests
This commit is contained in:
parent
f2a54d8f00
commit
5c6d17bd87
1 changed files with 1 additions and 2 deletions
|
|
@ -457,7 +457,6 @@ class FunctionsCustomServerTest extends Scope
|
|||
$functionsDir = realpath(__DIR__ . '/../../../resources/functions');
|
||||
$envs = require('app/config/environments.php');
|
||||
|
||||
|
||||
/**
|
||||
* Command for rebuilding code packages:
|
||||
* bash tests/resources/functions/package-*.sh
|
||||
|
|
@ -613,7 +612,7 @@ class FunctionsCustomServerTest extends Scope
|
|||
|
||||
$fileId = $file['body']['$id'] ?? '';
|
||||
|
||||
foreach ($envs as $key => $env) {
|
||||
foreach ($functions as $key => $env) {
|
||||
$name = $key ?? '';
|
||||
$language = $env['name'] ?? '';
|
||||
$version = $env['version'] ?? '';
|
||||
|
|
|
|||
Loading…
Reference in a new issue