Skip to content

Commit 267dc03

Browse files
committed
Merge branch '12.x' into main
2 parents 7b88034 + f17647b commit 267dc03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Feature/ExampleTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class ExampleTest extends TestCase
1212
*/
1313
public function test_the_application_returns_a_successful_response(): void
1414
{
15-
$response = $this->get('/');
16-
$response->assertStatus(500);
15+
$response = $this->get('/anonymous');
16+
$response->assertStatus(200);
1717
}
1818
}

0 commit comments

Comments
 (0)