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