Allow setting the backup limit via the API; closes #2535
This commit is contained in:
parent
35f24e7f22
commit
5763493c6c
5 changed files with 14 additions and 9 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue