mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 17:08:45 +00:00
Merge pull request #9356 from appwrite/catch-invalid-index
Fix patch index validation
This commit is contained in:
commit
7143bef111
1 changed files with 1 additions and 1 deletions
|
|
@ -463,7 +463,7 @@ trait DatabasesBase
|
|||
]);
|
||||
|
||||
$this->assertEquals(400, $attribute['headers']['status-code']);
|
||||
$this->assertEquals('Index length is longer than the maximum: 768', $attribute['body']['message']);
|
||||
$this->assertStringContainsString('Index length is longer than the maximum: 76', $attribute['body']['message']);
|
||||
}
|
||||
|
||||
public function testUpdateAttributeEnum(): void
|
||||
|
|
|
|||
Loading…
Reference in a new issue