1
0
Fork 0
mirror of synced 2024-06-04 03:44:51 +12:00

Updated tests

This commit is contained in:
Eldad Fux 2020-07-18 11:13:38 +03:00
parent 4df80aa541
commit 3c2f6d0f28

View file

@ -182,7 +182,7 @@ class FunctionsConsoleServerTest extends Scope
'content-type' => 'multipart/form-data',
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), [
'command' => 'node ./test.js',
'command' => 'php function.php',
'code' => new CURLFile(realpath(__DIR__ . '/../../../resources/functions/php-fx.tar.gz'), 'application/x-gzip', 'php-fx.tar.gz'),
]);