diff --git a/tests/Http/Controllers/GuestEntryControllerTest.php b/tests/Http/Controllers/GuestEntryControllerTest.php index c39edb8..a14b5c6 100644 --- a/tests/Http/Controllers/GuestEntryControllerTest.php +++ b/tests/Http/Controllers/GuestEntryControllerTest.php @@ -72,8 +72,7 @@ '_collection' => 'comments', 'name' => 'So, I was sitting there and somebody came up to me and I asked them something.', ]) - ->assertRedirect() - ->assertSessionHas('success'); + ->assertRedirect(); $entry = Entry::all()->last(); @@ -1037,8 +1036,7 @@ 'record_label' => 'Unknown', 'name' => 'Allo Mate', ]) - ->assertRedirect() - ->assertSessionHas('success'); + ->assertRedirect(); $entry = Entry::find('allo-mate-idee');