mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +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,
|
'required' => true,
|
||||||
'default' => null,
|
'default' => null,
|
||||||
]);
|
]);
|
||||||
var_dump($attribute);
|
|
||||||
$this->assertEquals(400, $attribute['headers']['status-code']);
|
$this->assertEquals(400, $attribute['headers']['status-code']);
|
||||||
$this->assertStringContainsString('Index length is longer than the maximum: 76', $attribute['body']['message']);
|
$this->assertStringContainsString('Index length is longer than the maximum: 76', $attribute['body']['message']);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue