1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

Remove unnessessary test code

This commit is contained in:
Matej Bačo 2023-09-24 14:34:27 +02:00
parent 310517fd29
commit fee30e0239

View file

@ -1313,9 +1313,7 @@ class FunctionsCustomServerTest extends Scope
$executions = $this->client->call(Client::METHOD_GET, '/functions/' . $functionId . '/executions', array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()), [
'async' => false
]);
], $this->getHeaders()));
$execution = $executions['body']['executions'][0];