Skip to content
Snippets Groups Projects
Commit d14ccebc authored by Corné Lukken's avatar Corné Lukken
Browse files

L2SS-456: Use list assertion

parent 07d420cb
No related branches found
No related tags found
1 merge request!203L2SS-456: Integration test check missing opcua attributes
......@@ -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"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment