Skip to content

Commit

Permalink
fix: add multitenancy_token argument to keyword 'get DIRECTORY at ver…
Browse files Browse the repository at this point in the history
…sion (JSON)'
  • Loading branch information
vladislavploaia committed Feb 23, 2024
1 parent b4e8482 commit ff9de54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/robot/_resources/keywords/directory_keywords.robot
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,10 @@ get DIRECTORY at version (JSON)
[Documentation] Retrieves a particular version of the directory FOLDER
... identified by `version_uid` and associated with the EHR
... identified by `ehr_id`.
[Arguments] ${multitenancy_token}=${None}
Set Test Variable ${KEYWORD NAME} GET DIRECTORY AT VERSION (JSON)

GET /ehr/ehr_id/directory/version_uid JSON
GET /ehr/ehr_id/directory/version_uid JSON ${multitenancy_token}


get FOLDER in DIRECTORY at version (JSON)
Expand Down

0 comments on commit ff9de54

Please sign in to comment.