client->call(Client::METHOD_GET, '/vcs/installations/' . $installationId, array_merge([ 'x-appwrite-project' => $this->getProject()['$id'], ], $this->getHeaders())); $this->assertEquals(401, $installation['headers']['status-code']); } }