We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae7d7f7 commit c6bee0cCopy full SHA for c6bee0c
tests/Feature/Notes/CreateNotesTest.php
@@ -35,7 +35,7 @@ public function testAssetMustExist()
35
'type' => 'asset',
36
'note' => 'my note',
37
])
38
- ->assertStatus(404);
+ ->assertStatus(302);
39
}
40
41
public function testCanCreateNoteForAsset()
0 commit comments