mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Update test
This commit is contained in:
parent
2926ae281a
commit
81efc4aff9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue