Skip to content

Commit

Permalink
review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
ItzNotABug committed Jun 3, 2024
1 parent b54a599 commit 37da4a0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/e2e/Services/Functions/FunctionsCustomClientTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -795,8 +795,6 @@ public function testNonOverrideOfHeaders(): array
$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',
Expand Down

0 comments on commit 37da4a0

Please sign in to comment.