Suite bgpuser: Return normalized jsons, so that comparison works.
[integration/test.git] / test / csit / suites / bgpcep / bgpuser / cases.robot
index fd2dcc0a383e17fabfc90e049bad175747353902..fd716a7f471e4df4408230fa095b001b2e745faf 100644 (file)
@@ -188,6 +188,7 @@ Normalize_And_Save_Expected_Json
     BuiltIn.Log    ${json_normalized}
     OperatingSystem.Create_File    ${directory}${/}${filename}    ${json_normalized}
     # TODO: Should we prepend .json to the filename? When we detect it is not already prepended?
+    [Return]    ${json_normalized}
 
 Kill_BGP_Speaker
     [Documentation]    Interrupt play.py, fail if no prompt is seen within SSHLibrary timeout.