Skip to content

Commit

Permalink
fix: CDR-1303 add access_token support for 'commit CONTRIBUTION - wit…
Browse files Browse the repository at this point in the history
…h preceding_version_uid (JSON)' keyword
  • Loading branch information
vladislavploaia committed Feb 22, 2024
1 parent eb304da commit 25dcf5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/robot/_resources/keywords/contribution_keywords.robot
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ check content of committed CONTRIBUTION
# `commit next CONTRIBUTION` ???
# `commit (valid) modification to CONTRIBUTION`
commit CONTRIBUTION - with preceding_version_uid (JSON)
[Arguments] ${test_data_set}
[Arguments] ${test_data_set} ${multitenancy_token}=${None}
Set Test Variable ${KEYWORD NAME} COMMIT CONTRIBUTION 2 (JSON)
inject preceding_version_uid into valid test-data-set ${test_data_set}
POST /ehr/ehr_id/contribution JSON
POST /ehr/ehr_id/contribution JSON ${multitenancy_token}


commit invalid CONTRIBUTION - with preceding_version_uid (JSON)
Expand Down

0 comments on commit 25dcf5a

Please sign in to comment.