fixing bug in subscriber keyword
Change-Id: Id3163ff4c73d8ec426bffcea661cc5f081f6192a
diff --git a/src/test/cord-api/Framework/Subscriber.robot b/src/test/cord-api/Framework/Subscriber.robot
index c91f7ca..d714344 100644
--- a/src/test/cord-api/Framework/Subscriber.robot
+++ b/src/test/cord-api/Framework/Subscriber.robot
@@ -138,7 +138,7 @@
\ ${result} ${slinks}= Run Keyword And Ignore Error Get From List ${sl} 0
\ ${sn}= Get From Dictionary ${value} onu_device
\ Run Keyword If '${sn}' == '${serial_no}' Exit For Loop
- Run Keyword If '${expected}' == 'True' Should Not Be Empty ${slinks} ELSE Should Be Empty ${sl}
+ Run Keyword If '${expected}' == 'True' Should Be Equal As Integers ${slinks} 1 ELSE Should Be Empty ${sl}
Validate Fabric CrossConnect SI
[Arguments] ${stag} ${expected}=True