1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00

Add check to tests

This commit is contained in:
Jake Barnby 2022-10-31 18:17:13 +13:00
parent 049e3a2646
commit 2bfbf4acaf
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -568,6 +568,9 @@ class FunctionsCustomServerTest extends Scope
], $this->getHeaders()));
$this->assertEquals(200, $function['headers']['status-code']);
$this->assertNotEmpty($function['body']['status']);
$this->assertNotEmpty($function['body']['buildStdout']);
$this->assertArrayHasKey('buildStderr', $function['body']);
/**
* Test for FAILURE