1
0
Fork 0
mirror of synced 2024-09-14 16:38:28 +12:00

Remove wrong test

This commit is contained in:
Khushboo Verma 2024-07-03 18:24:46 +05:30
parent 4ef42c9cf8
commit d6a1ef80b3

View file

@ -286,7 +286,6 @@ class FunctionsCustomClientTest extends Scope
$this->assertEquals(202, $execution['headers']['status-code']);
$this->assertEquals('scheduled', $execution['body']['status']);
$this->assertGreaterThan(0, $execution['body']['duration']);
$executionId = $execution['body']['$id'];