Remove var_dump

This commit is contained in:
fogelito 2025-07-21 18:26:53 +03:00
parent e82003873a
commit ee5ce895f7

View file

@ -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']);
}