aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot')
-rw-r--r--tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot b/tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot
index 6e93ffb9..27a36053 100644
--- a/tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot
+++ b/tests/dcaegen2-services-son-handler/testcases/sonhandler-test.robot
@@ -63,7 +63,7 @@ Verify pm notification trigger in sonhms
Log Waiting for sonhms to handle trigger... console=${True}
Sleep 30s
END
- ${expected_payload}= Get File ${TEST_ROBOT_DIR}/data/expected_payload_pm.json
+ ${expected_payload}= Get File ${TEST_ROBOT_DIR}/data/expected_payload_pm.json
${result}= Convert To String ${result.content}
${result_string}= Get Substring ${result} 2 -2
${actual_data}= Evaluate json.loads("""${result_string}""") json