diff --git a/tests/Feature/HealthTest.php b/tests/Feature/HealthTest.php index 34d3ea4..7077ab2 100644 --- a/tests/Feature/HealthTest.php +++ b/tests/Feature/HealthTest.php @@ -22,6 +22,7 @@ public function test_it_returns_json() ->has('result', fn (AssertableJson $json) => $json ->hasAll('value', 'message', 'state', 'order') ) + ->etc() ) ); }