зеркало из
1
0
Форкнуть 0
* Fix the bug in service management that the resource group is not deleted after the test is done
This commit is contained in:
Yaqi Yang 2016-05-09 15:01:57 -07:00
Родитель f71ebe8eb4
Коммит 33bae03580
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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