mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
tests(integration): don't expect non-required fields
This commit is contained in:
@@ -26,7 +26,7 @@ class EggControllerTest extends ApplicationApiIntegrationTestCase
|
||||
}
|
||||
|
||||
/**
|
||||
* 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 @@ class EggControllerTest extends ApplicationApiIntegrationTestCase
|
||||
'files' => [],
|
||||
'startup' => ['done'],
|
||||
'stop',
|
||||
'logs' => ['custom', 'location'],
|
||||
'logs' => [],
|
||||
'extends',
|
||||
],
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user