ci enhancement: complete tearDown to cleanup transactions and cmdb changes properly

This commit is contained in:
odain
2023-10-03 10:09:26 +02:00
parent bdf0b4daa9
commit 239c51bb53
2 changed files with 7 additions and 1 deletions

View File

@@ -136,6 +136,8 @@ class ItopDataTestCase extends ItopTestCase
}
}
CMDBObject::SetCurrentChange(null);
parent::tearDown();
}