1
0
Fork 0
mirror of synced 2024-05-21 05:02:37 +12:00

Updated tests

This commit is contained in:
Eldad Fux 2020-07-18 10:55:19 +03:00
parent f980c02b4e
commit 48e03c18b8
4 changed files with 1 additions and 1 deletions

View file

@ -183,7 +183,7 @@ class FunctionsConsoleServerTest extends Scope
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), [
'command' => 'node ./test.js',
'code' => new CURLFile(realpath(__DIR__ . '/../../../resources/function.tar.gz'), 'application/x-gzip', 'function.tar.gz'),
'code' => new CURLFile(realpath(__DIR__ . '/../../../resources/functions/php-fx.tar.gz'), 'application/x-gzip', 'php-fx.tar.gz'),
]);
$tagId = (isset($tag['body']['$id'])) ? $tag['body']['$id'] : '';

Binary file not shown.

Binary file not shown.

Binary file not shown.