From 84fe07c053b91e5cdbdc618052604c526ce437b5 Mon Sep 17 00:00:00 2001 From: Hasin Hayder Date: Fri, 27 May 2022 17:15:41 +0600 Subject: [PATCH] Hydra Test Update --- tests/Feature/HelloHydraTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, ]); } }