Add test coverage for reinstall & server renaming
This commit is contained in:
parent
4cb4dfecc8
commit
63bc4080d5
3 changed files with 131 additions and 3 deletions
|
@ -54,7 +54,7 @@ class ReinstallServerService
|
|||
return $this->connection->transaction(function () use ($server) {
|
||||
$updated = $this->repository->update($server->id, [
|
||||
'installed' => Server::STATUS_INSTALLING,
|
||||
]);
|
||||
], true, true);
|
||||
|
||||
$this->daemonServerRepository->setServer($server)->reinstall();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue