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

L2SS-846: fix typo

parent 5efdac61
No related branches found
No related tags found
1 merge request!374Resolve L2SS-846: add disable_hardware to devices
......@@ -65,7 +65,7 @@ class TestDeviceTemperatureManager(AbstractTestBases.TestDeviceBase):
dev.off()
dev.warm_boot()
self.assertEqual(self.proxy.get_property('Shutdown_Device_List')['Shutdown_Device_List'][0], ["STAT/SDP/1"])
self.assertEqual(self.proxy.get_property('Shutdown_Device_List')['Shutdown_Device_List'][0], "STAT/SDP/1")
# Here we trigger our own change event by just using an RW attribute
self.recv_proxy.HBAT_LED_on_RW = [[False] * 32] * 96
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment