mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
feat: address review comments
This commit is contained in:
@@ -133,7 +133,6 @@ App::get('/v1/functions/runtimes')
|
||||
->inject('response')
|
||||
->action(function ($response) {
|
||||
/** @var Appwrite\Utopia\Response $response */
|
||||
/** @var Utopia\Database\Database $dbForInternal */
|
||||
|
||||
$runtimes = Config::getParam('runtimes');
|
||||
|
||||
|
||||
@@ -805,7 +805,7 @@ class FunctionsCustomServerTest extends Scope
|
||||
], $this->getHeaders()));
|
||||
|
||||
$this->assertEquals(200, $runtimes['headers']['status-code']);
|
||||
$this->assertEquals(12, $runtimes['body']['sum']);
|
||||
$this->assertGreaterThan(0, $runtimes['body']['sum']);
|
||||
|
||||
$runtime = $runtimes['body']['runtimes'][0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user