update controllers logic
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Feature;
|
||||
|
||||
use Tests\TestCase;
|
||||
|
||||
final class HealthEndpointTest extends TestCase
|
||||
{
|
||||
public function test_health_endpoint_is_reachable(): void
|
||||
{
|
||||
$this->get('/up')->assertSuccessful();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user