From 30054d177b253e5db2cb72ea06cadb2ef4b44548 Mon Sep 17 00:00:00 2001 From: fogelito Date: Wed, 13 Jul 2022 19:28:03 +0300 Subject: [PATCH] web hook test for joined --- tests/e2e/Services/Webhooks/WebhooksBase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/e2e/Services/Webhooks/WebhooksBase.php b/tests/e2e/Services/Webhooks/WebhooksBase.php index 427f5838b6..59b099db33 100644 --- a/tests/e2e/Services/Webhooks/WebhooksBase.php +++ b/tests/e2e/Services/Webhooks/WebhooksBase.php @@ -862,7 +862,6 @@ trait WebhooksBase $this->assertNotEmpty($webhook['data']['teamId']); $this->assertCount(2, $webhook['data']['roles']); $this->assertEquals(false, DateTime::isValid($webhook['data']['joined'])); - $this->assertEquals(true, DateTime::isValid($webhook['data']['invited'])); $this->assertEquals(('server' === $this->getSide()), $webhook['data']['confirm']); /**