From 6adbeb8b0d715925e2c06ae71a2323b9c17ef302 Mon Sep 17 00:00:00 2001 From: Jake Barnby Date: Thu, 22 Dec 2022 15:32:14 +1300 Subject: [PATCH] Revert test change --- tests/e2e/Services/Functions/FunctionsCustomServerTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php index 81679bd1c4..29ceb1254f 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -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']);