1
0
Fork 0
mirror of synced 2024-05-20 04:32:37 +12:00

Remove failing test

This commit is contained in:
Matej Bačo 2022-11-21 15:10:55 +01:00 committed by GitHub
parent d2362aeab0
commit e7fc427291
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -550,7 +550,6 @@ class FunctionsCustomServerTest extends Scope
$this->assertIsArray($function['body']['deployments']);
$this->assertCount(2, $function['body']['deployments']);
$this->assertEquals($function['body']['deployments'][0]['$id'], $data['deploymentId']);
$this->assertGreaterThanOrEqual(2, $function['body']['deployments'][0]['buildTime']);
return $data;
}