Update tests.

This commit is contained in:
James Cole
2017-09-12 19:47:29 +02:00
parent ce205ab413
commit 6e80b2f4c8
9 changed files with 16 additions and 18 deletions

View File

@@ -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());