mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-24 22:48:18 +00:00
Update tests.
This commit is contained in:
@@ -138,8 +138,8 @@ class AttachmentControllerTest extends TestCase
|
||||
$this->session(['attachments.edit.uri' => 'http://localhost']);
|
||||
$data = [
|
||||
'title' => 'Some updated title ' . rand(1000, 9999),
|
||||
'notes' => '',
|
||||
'description' => '',
|
||||
'notes' => 'A',
|
||||
'description' => 'B',
|
||||
];
|
||||
|
||||
$this->be($this->user());
|
||||
|
Reference in New Issue
Block a user