mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fix test
This commit is contained in:
parent
ae7d7f7d22
commit
c6bee0c47a
|
@ -35,7 +35,7 @@ class CreateNotesTest extends TestCase
|
||||||
'type' => 'asset',
|
'type' => 'asset',
|
||||||
'note' => 'my note',
|
'note' => 'my note',
|
||||||
])
|
])
|
||||||
->assertStatus(404);
|
->assertStatus(302);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testCanCreateNoteForAsset()
|
public function testCanCreateNoteForAsset()
|
||||||
|
|
Loading…
Reference in a new issue