Cause: org.camunda.spin.json.SpinJsonPropertyException: SPIN/JACKSON-JSON-01004 Unable to find ‘data’

Hello.
I am also facing below issue , When I am running in main class same Expression [ ${S(response).prop(“data”).prop(“email”) ] working fine as expected getting output , when I am runnning test cases then facing below Issue:-

Exception while closing command context: Error while evaluating expression: ${S(response).prop(“data”).prop(“email”)}. Cause: org.camunda.spin.json.SpinJsonPropertyException: SPIN/JACKSON-JSON-01004 Unable to find ‘data’

If anyone gone through this , please let me know , Thanx in advance