From f042aeaf37fe133f5de42d33176e3356e6d80e1e Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 3 Nov 2021 14:56:18 +0100 Subject: [PATCH] L2SS-449: Do start the patch --- .../tangostationcontrol/test/clients/test_attr_wrapper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tangostationcontrol/tangostationcontrol/test/clients/test_attr_wrapper.py b/tangostationcontrol/tangostationcontrol/test/clients/test_attr_wrapper.py index da2130deb..553f2d96d 100644 --- a/tangostationcontrol/tangostationcontrol/test/clients/test_attr_wrapper.py +++ b/tangostationcontrol/tangostationcontrol/test/clients/test_attr_wrapper.py @@ -43,6 +43,7 @@ class TestAttributeTypes(base.TestCase): def setUp(self): # Avoid the device trying to access itself as a client self.deviceproxy_patch = mock.patch.object(tangostationcontrol.devices.lofar_device,'DeviceProxy') + self.deviceproxy_patch.start() self.addCleanup(self.deviceproxy_patch.stop) class str_scalar_device(lofar_device): -- GitLab