Fix failing test

This commit is contained in:
Matej Bačo
2026-03-19 12:38:35 +01:00
parent 835bb49562
commit b80d76e287
@@ -84,6 +84,7 @@ trait ProjectsBase
$response = $this->client->call(Client::METHOD_POST, '/webhooks', array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $id,
'x-appwrite-mode' => 'admin',
], $this->getHeaders()), [
'webhookId' => 'unique()',
'name' => 'Webhook Test',