1
0
Fork 0
mirror of synced 2024-07-04 14:10:33 +12:00

Revert test change

This commit is contained in:
Jake Barnby 2022-12-22 15:32:14 +13:00
parent dc49e1dcf3
commit 6adbeb8b0d
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -568,7 +568,7 @@ class FunctionsCustomServerTest extends Scope
], $this->getHeaders()));
$this->assertEquals(200, $function['headers']['status-code']);
$this->assertGreaterThan(0, $function['body']['buildTime']);
$this->assertEquals(0, $function['body']['buildTime']);
$this->assertNotEmpty($function['body']['status']);
$this->assertNotEmpty($function['body']['buildStdout']);
$this->assertArrayHasKey('buildStderr', $function['body']);