mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
Allow setting the backup limit via the API; closes #2535
This commit is contained in:
@@ -144,9 +144,9 @@ class ServerCreationServiceTest extends IntegrationTestCase
|
||||
|
||||
$this->assertFalse($response->suspended);
|
||||
$this->assertTrue($response->oom_disabled);
|
||||
$this->assertEmpty($response->database_limit);
|
||||
$this->assertEmpty($response->allocation_limit);
|
||||
$this->assertEmpty($response->backup_limit);
|
||||
$this->assertSame(0, $response->database_limit);
|
||||
$this->assertSame(0, $response->allocation_limit);
|
||||
$this->assertSame(0, $response->backup_limit);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user