From cc31a0a6d028fbcba94e68e67aaef3be9d683a71 Mon Sep 17 00:00:00 2001 From: Matthew Penner Date: Mon, 15 Nov 2021 11:29:22 -0700 Subject: [PATCH] tests(integration): don't expect non-required fields --- tests/Integration/Api/Application/Nests/EggControllerTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Integration/Api/Application/Nests/EggControllerTest.php b/tests/Integration/Api/Application/Nests/EggControllerTest.php index ad43165742..0482e91eb1 100644 --- a/tests/Integration/Api/Application/Nests/EggControllerTest.php +++ b/tests/Integration/Api/Application/Nests/EggControllerTest.php @@ -26,7 +26,7 @@ public function setUp(): void } /** - * Test that all of the eggs belonging to a given nest can be returned. + * Test that all the eggs belonging to a given nest can be returned. */ public function testListAllEggsInNest() { @@ -47,7 +47,7 @@ public function testListAllEggsInNest() 'files' => [], 'startup' => ['done'], 'stop', - 'logs' => ['custom', 'location'], + 'logs' => [], 'extends', ], ],