Skip to content

Commit cc31a0a

Browse files
authored
tests(integration): don't expect non-required fields
1 parent 01871d8 commit cc31a0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Integration/Api/Application/Nests/EggControllerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function setUp(): void
2626
}
2727

2828
/**
29-
* Test that all of the eggs belonging to a given nest can be returned.
29+
* Test that all the eggs belonging to a given nest can be returned.
3030
*/
3131
public function testListAllEggsInNest()
3232
{
@@ -47,7 +47,7 @@ public function testListAllEggsInNest()
4747
'files' => [],
4848
'startup' => ['done'],
4949
'stop',
50-
'logs' => ['custom', 'location'],
50+
'logs' => [],
5151
'extends',
5252
],
5353
],

0 commit comments

Comments
 (0)