diff --git a/tests/Feature/HelloHydraTest.php b/tests/Feature/HelloHydraTest.php index 63ae7a9..3c0e3c7 100644 --- a/tests/Feature/HelloHydraTest.php +++ b/tests/Feature/HelloHydraTest.php @@ -31,7 +31,7 @@ class HelloHydraTest extends TestCase $response ->assertStatus(200) ->assertJson([ - 'message' => true, + 'version' => true, ]); } }