1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

move debugs

This commit is contained in:
fogelito 2022-06-19 18:46:37 +03:00
parent f637114a1a
commit 2438fd3666

View file

@ -588,8 +588,6 @@ class FunctionsCustomServerTest extends Scope
* Test for SUCCESS
*/
var_dump('/functions/' . $data['functionId'] . '/executions');
$execution = $this->client->call(Client::METHOD_POST, '/functions/' . $data['functionId'] . '/executions', array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],