1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00

sync with 0.16

This commit is contained in:
shimon 2022-08-17 10:59:23 +03:00
parent 88f6a67802
commit 1e404e379b

View file

@ -289,7 +289,8 @@ class WebhooksCustomServerTest extends Scope
$this->assertEquals($webhook['headers']['X-Appwrite-Webhook-Id'] ?? '', $this->getProject()['webhookId']);
$this->assertEquals($webhook['headers']['X-Appwrite-Webhook-Project-Id'] ?? '', $this->getProject()['$id']);
$this->assertEquals(empty($webhook['headers']['X-Appwrite-Webhook-User-Id'] ?? ''), ('server' === $this->getSide()));
$this->assertEquals($webhook['data']['prefs']['a'], 'b');
$this->assertEquals($webhook['data']['a'], 'b');
return $data;
}