From 81efc4aff910a51e596993a686b7dc4debba8ac8 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Thu, 8 Aug 2024 11:28:57 +0900 Subject: [PATCH] Update test --- 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 a01ab903de..01bf841499 100644 --- a/tests/e2e/Services/Functions/FunctionsCustomServerTest.php +++ b/tests/e2e/Services/Functions/FunctionsCustomServerTest.php @@ -926,7 +926,7 @@ class FunctionsCustomServerTest extends Scope ]); $this->assertEquals(400, $response3['headers']['status-code']); - $this->assertStringStartsWith('Invalid `specification` param: String must be a valid specification value of', $response3['body']['message']); + $this->assertStringStartsWith('Invalid `specification` param: Specification must be one of:', $response3['body']['message']); return $data; }