Skip to content

Commit

Permalink
fix: remove not-ready tag and mention about CDR-1580
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavploaia committed Sep 30, 2024
1 parent dc24296 commit a8ab87b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ Update Directory - If-Match With Non-Existing UUID Version Number
[Teardown] (admin) delete ehr

Update Directory - If-Match With Non-Existing UID Value
[Tags] not-ready CDR-1580
[Documentation] Update Directory with If-Match value (non-existing uid value).
... Example: If-Match=2c7d2873-fcba-4fb6-c55r-13ce977b0547::local.ehrbase.org::1
... Expect 412.
Expand All @@ -44,7 +43,6 @@ Update Directory - If-Match With Non-Existing UID Value
Set Suite Variable ${preceding_version_uid} ${directory_uuid_non_existing_value}
Log ${preceding_version_uid}
update DIRECTORY (JSON) update/2_add_subfolders.json isModifiable=${FALSE}
Log https://vitagroup-ag.atlassian.net/browse/CDR-1580
Should Be Equal ${response.status_code} ${412}
[Teardown] (admin) delete ehr

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ Update EHR Status - If-Match With Non-Existing UUID Version Number
[Teardown] (admin) delete ehr

Update EHR Status - If-Match With Non-Existing UID Value
[Tags] not-ready CDR-1580
[Documentation] Update EHR_STATUS with If-Match value (non-existing uid value).
... Example: If-Match=2c7d2873-fcba-4fb6-c55r-13ce977b0547::local.ehrbase.org::1
... Expect 412.
Expand All @@ -49,7 +48,6 @@ Update EHR Status - If-Match With Non-Existing UID Value
Set Suite Variable ${ehrstatus_uid} ${ehr_status_uuid_non_existing_value}
${err_msg} Run Keyword And Expect Error *
... set ehr_status of EHR multitenancy_token=${None}
Log https://vitagroup-ag.atlassian.net/browse/CDR-1580
Should Contain ${err_msg} 412 != 200
[Teardown] (admin) delete ehr

Expand Down

0 comments on commit a8ab87b

Please sign in to comment.