diff --git a/tests/Feature/Notes/CreateNotesTest.php b/tests/Feature/Notes/CreateNotesTest.php index dedcabf0f7..a2caae6459 100644 --- a/tests/Feature/Notes/CreateNotesTest.php +++ b/tests/Feature/Notes/CreateNotesTest.php @@ -35,7 +35,7 @@ class CreateNotesTest extends TestCase 'type' => 'asset', 'note' => 'my note', ]) - ->assertStatus(404); + ->assertStatus(302); } public function testCanCreateNoteForAsset()