1
0
Fork 0
mirror of synced 2024-06-27 02:31:04 +12:00

Update RealtimeCustomClientTest.php

This commit is contained in:
Bradley Schofield 2022-07-20 14:25:05 +01:00
parent ac184a6fe3
commit 3623d41fd3

View file

@ -1242,7 +1242,7 @@ class RealtimeCustomClientTest extends Scope
'x-appwrite-project' => $this->getProject()['$id']
], $this->getHeaders()), []);
$this->assertEquals($execution['headers']['status-code'], 201);
$this->assertEquals($execution['headers']['status-code'], 202);
$this->assertNotEmpty($execution['body']['$id']);
$response = json_decode($client->receive(), true);