We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff79b62 commit 1599aaeCopy full SHA for 1599aae
tests/Http/HealthCheckTest.php
@@ -15,7 +15,7 @@ protected function getPackageProviders($app)
15
/** @test */
16
public function health_endpoint_returns_200()
17
{
18
- $response = $this->get('/api/health');
+ $response = $this->get('/health');
19
20
$response->assertStatus(200)
21
->assertJsonStructure([
0 commit comments