diff --git a/tangostationcontrol/tangostationcontrol/integration_test/devices/base.py b/tangostationcontrol/tangostationcontrol/integration_test/devices/base.py
index b66844a18b5c169c5001bed50bffd329e2694458..3e6fa389a1739acce868fd098b91357979768d7f 100644
--- a/tangostationcontrol/tangostationcontrol/integration_test/devices/base.py
+++ b/tangostationcontrol/tangostationcontrol/integration_test/devices/base.py
@@ -60,7 +60,7 @@ class AbstractTestBases:
             """Test if any attributes are missing from opcua devices"""
 
             if isinstance(self.proxy, opcua_device):
-                self.assertEqual(len(self.proxy.opcua_missing_attributes_R), 0)
+                self.self.assertListEqual([], self.proxy.opcua_missing_attributes_R)
 
         def test_device_on(self):
             """Test if we can transition to on"""