Fix service management test (#838)
* Fix the bug in service management that the resource group is not deleted after the test is done
This commit is contained in:
Родитель
f71ebe8eb4
Коммит
33bae03580
|
@ -207,7 +207,7 @@ class ServiceManagementRestProxyTestBase extends ServiceRestProxyTestBase
|
|||
public function safeDeleteHostedService($name)
|
||||
{
|
||||
try {
|
||||
$this->deleteHostedService($name);
|
||||
$this->restProxy->deleteHostedService($name);
|
||||
} catch (\Exception $e) {
|
||||
// Ignore exception and continue, will assume that this hosted account doesn't exist
|
||||
// The errors are benign, no need to show them
|
||||
|
|
Загрузка…
Ссылка в новой задаче