mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Remove var_dump
This commit is contained in:
parent
e82003873a
commit
ee5ce895f7
1 changed files with 1 additions and 1 deletions
|
|
@ -466,7 +466,7 @@ trait DatabasesBase
|
|||
'required' => true,
|
||||
'default' => null,
|
||||
]);
|
||||
var_dump($attribute);
|
||||
|
||||
$this->assertEquals(400, $attribute['headers']['status-code']);
|
||||
$this->assertStringContainsString('Index length is longer than the maximum: 76', $attribute['body']['message']);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue