mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update test
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user