Skip to content

Commit

Permalink
Change test
Browse files Browse the repository at this point in the history
  • Loading branch information
flemming-pr committed Mar 22, 2024
1 parent 719d5bb commit ff17a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/IndexPageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public function test_the_application_returns_a_successful_response(): void
{
$response = $this->get('/');

$response->assertStatus(401);
$response->assertStatus(200);
}

public function test_login(): void
Expand Down

0 comments on commit ff17a4e

Please sign in to comment.