mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
Use default startup variable value when creating server via api (#1518)
Co-authored-by: Boy132 <mail@boy132.de>
This commit is contained in:
@@ -34,6 +34,7 @@ class VariableValidatorServiceTest extends IntegrationTestCase
|
||||
try {
|
||||
$this->getService()->handle($egg->id, [
|
||||
'BUNGEE_VERSION' => '1.2.3',
|
||||
'SERVER_JARFILE' => '',
|
||||
]);
|
||||
|
||||
$this->fail('This statement should not be reached.');
|
||||
|
||||
Reference in New Issue
Block a user