Commit a335027c authored by Alexander Schrode's avatar Alexander Schrode Committed by oroulet

remove print in test

parent 92f0e083
......@@ -550,7 +550,6 @@ async def test_get_event_contains_object(opc):
alarm_type = opc.opc.get_node(ua.ObjectIds.AlarmConditionType)
evfilter = await asyncua.common.events.get_filter_from_event_type([alarm_type])
browsePathList = [o.BrowsePath for o in evfilter.SelectClauses if o.BrowsePath]
[print(b) for b in browsePathList]
browsePathId = [ua.QualifiedName('ShelvingState'), ua.QualifiedName('CurrentState'), ua.QualifiedName('Id')]
assert browsePathId in browsePathList
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment