This commit is contained in:
Marcus Moore 2025-02-20 13:24:01 -08:00
parent ae7d7f7d22
commit c6bee0c47a
No known key found for this signature in database

View file

@ -35,7 +35,7 @@ class CreateNotesTest extends TestCase
'type' => 'asset',
'note' => 'my note',
])
->assertStatus(404);
->assertStatus(302);
}
public function testCanCreateNoteForAsset()