Skip to content

Commit

Permalink
fix: CDR-1332 enable libraries/custom_requests_lib.py and set Set Lib…
Browse files Browse the repository at this point in the history
…rary Search Order to SANITY_TESTS
  • Loading branch information
vladislavploaia committed Mar 15, 2024
1 parent 8b3fb2d commit 5ab8a0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/robot/SANITY_TESTS/sanity_tests.robot
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ Resource ../_resources/keywords/directory_keywords.robot
Resource ../_resources/keywords/admin_keywords.robot
Resource ../_resources/keywords/ehr_keywords.robot

Suite Setup Precondition
Suite Setup Run Keywords Precondition AND
... Set Library Search Order RCustom R
#Suite Teardown restart SUT

*** Variables ***
Expand Down
2 changes: 1 addition & 1 deletion tests/robot/_resources/suite_settings.robot
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Library libraries/dockerlib.py
Library libraries/jsonlib.py
Library libraries/token_decoder.py
Library libraries/composition_validation_lib.py
#Library libraries/custom_requests_lib.py WITH NAME RCustom
Library libraries/custom_requests_lib.py WITH NAME RCustom
Library variables/get_global_configs.py
Variables variables/additional_configs.yml

Expand Down

0 comments on commit 5ab8a0a

Please sign in to comment.