1
0
Fork 0
mirror of synced 2024-06-02 02:44:47 +12:00

fix tests

This commit is contained in:
Torsten Dittmann 2021-03-24 17:08:07 +01:00
parent 52f3312230
commit 14070b3296

View file

@ -666,8 +666,6 @@ trait RealtimeBase
$this->assertEquals($execution['headers']['status-code'], 201);
$this->assertNotEmpty($execution['body']['$id']);
sleep(6);
$response = json_decode($client->receive(), true);
$this->assertArrayHasKey('timestamp', $response);