We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec460cf commit 8f1e744Copy full SHA for 8f1e744
tests/robot/EHR_STATUS_TESTS/C.3_SET_EHR_MODIFIABLE/C.3__a)_Existing_EHR.robot
@@ -55,4 +55,14 @@ Set EHR modifiable of an existing EHR
55
update EHR: set ehr-status modifiable ${TRUE}
56
57
check response of 'update EHR' (JSON)
58
+ Set Test Variable ${expected_ehr_status_json} ${response.json()}
59
+
60
+ internal get versioned ehr_status of EHR by time without query
61
+ Should Be Equal ${response.status_code} ${200}
62
+ Set Test Variable ${actual_ehr_status_json} ${response.json()['data']}
63
64
+ ${diff} compare json-strings
65
+ ... ${actual_ehr_status_json} ${expected_ehr_status_json}
66
+ ... ignore_order=${FALSE} ignore_string_case=${TRUE}
67
+ Should Be Empty ${diff} msg=DIFF DETECTED!
68
[Teardown] (admin) delete ehr
0 commit comments