Skip to content
Snippets Groups Projects
Commit 18358643 authored by Stefano Di Frischia's avatar Stefano Di Frischia
Browse files

L2SS-747: remove local cleanup

parent 928ba74a
No related branches found
No related tags found
1 merge request!303L2SS-747: Fix integration tests
......@@ -24,10 +24,6 @@ class TestArchiver(BaseIntegrationTestCase):
super().setUp()
self.archiver = Archiver()
self.assertIsNotNone(self.archiver)
# Safety cleanup
self.archiver.cm.delete_property('__SubDevices')
DeviceProxy(self.archiver.get_subscribers()[0]).delete_property('AttributeList')
DeviceProxy(self.archiver.get_subscribers()[0]).delete_property('__SubDevices')
def test_archiver_initialisation(self):
"""Test archiver main attributes"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment