Skip to content

Commit

Permalink
ID-146: Change tests to work with pipeline and new auth
Browse files Browse the repository at this point in the history
  • Loading branch information
leonoosterhuis committed Dec 5, 2023
1 parent 89f1f8f commit 01593bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/ExampleTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ public function test_the_application_returns_a_successful_response(): void
{
$response = $this->get('/');

$response->assertStatus(200);
$response->assertStatus(200 || 302);
}
}

0 comments on commit 01593bc

Please sign in to comment.