review comments.

This commit is contained in:
ItzNotABug
2024-06-03 14:19:59 +05:30
parent b54a599960
commit 37da4a0cd3
@@ -795,8 +795,6 @@ class FunctionsCustomClientTest extends Scope
$this->assertNotEquals('OVERRIDDEN', $output['APPWRITE_FUNCTION_TRIGGER']);
$this->assertNotEquals('OVERRIDDEN', $output['APPWRITE_FUNCTION_USER_ID']);
$this->assertEquals($this->getUser()['$id'], $output['APPWRITE_FUNCTION_USER_ID']);
// Cleanup : Delete function
$response = $this->client->call(Client::METHOD_DELETE, '/functions/' . $functionId, [
'content-type' => 'application/json',