1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00
This commit is contained in:
Damodar Lohani 2023-05-25 01:26:13 +00:00
parent 6813d53e06
commit 6c38bcc270

View file

@ -2998,7 +2998,7 @@ class ProjectsConsoleClientTest extends Scope
$this->assertEquals(200, $project['headers']['status-code']);
// Delete Project
$team = $this->client->call(Client::METHOD_DELETE, '/projects/' . $projectId, array_merge([
$project = $this->client->call(Client::METHOD_DELETE, '/projects/' . $projectId, array_merge([
'content-type' => 'application/json',
'x-appwrite-project' => $this->getProject()['$id'],
], $this->getHeaders()));