forked from Alex/Pterodactyl-Panel
tests(integration): don't expect non-required fields
This commit is contained in:
parent
01871d8a6c
commit
cc31a0a6d0
@ -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()
|
public function testListAllEggsInNest()
|
||||||
{
|
{
|
||||||
@ -47,7 +47,7 @@ class EggControllerTest extends ApplicationApiIntegrationTestCase
|
|||||||
'files' => [],
|
'files' => [],
|
||||||
'startup' => ['done'],
|
'startup' => ['done'],
|
||||||
'stop',
|
'stop',
|
||||||
'logs' => ['custom', 'location'],
|
'logs' => [],
|
||||||
'extends',
|
'extends',
|
||||||
],
|
],
|
||||||
],
|
],
|
||||||
|
Loading…
Reference in New Issue
Block a user