Remove suspended & installing fields, replace with single status field

This commit is contained in:
Dane Everitt
2021-01-17 15:51:56 -08:00
parent 4c29be2e54
commit a75a347d65
24 changed files with 115 additions and 59 deletions

View File

@@ -142,7 +142,7 @@ class ServerCreationServiceTest extends IntegrationTestCase
$this->assertSame($allocations[0]->id, $response->allocations[0]->id);
$this->assertSame($allocations[4]->id, $response->allocations[1]->id);
$this->assertFalse($response->suspended);
$this->assertFalse($response->isSuspended());
$this->assertTrue($response->oom_disabled);
$this->assertSame(0, $response->database_limit);
$this->assertSame(0, $response->allocation_limit);