Skip to content

Commit

Permalink
Update LogoutTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
danharrin authored Mar 11, 2022
1 parent 5d11f2a commit 130b1c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/Admin/Auth/LogoutTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public function toResponse($request)
$this->app->instance(LogoutResponse::class, $logoutResponseFake);

$this
->actingAs(User::factory()->createOne())
->actingAs(User::factory()->create())
->post(route('filament.auth.logout'))
->assertRedirect('https://example.com');
});

0 comments on commit 130b1c5

Please sign in to comment.