1
0
Fork 0
mirror of synced 2024-06-29 11:40:45 +12:00

remove comments

This commit is contained in:
fogelito 2022-07-14 16:51:47 +03:00
parent 97250d8193
commit 1b74473421

View file

@ -861,7 +861,7 @@ trait WebhooksBase
$this->assertNotEmpty($webhook['data']['userId']);
$this->assertNotEmpty($webhook['data']['teamId']);
$this->assertCount(2, $webhook['data']['roles']);
$this->assertEquals(false, DateTime::isValid($webhook['data']['invited'])); //isAppUser=1 not consistent
$this->assertEquals(false, DateTime::isValid($webhook['data']['invited']));
$this->assertEquals(('server' === $this->getSide()), $webhook['data']['confirm']);
/**