[DCAEGEN2] Update son-handler CSIT with CPS
[integration/csit.git] / tests / dcaegen2-services-son-handler / testcases / sonhandler-test.robot
index 6e93ffb..27a3605 100644 (file)
@@ -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