Skip to content

Commit

Permalink
fix: CDR-1401 adjust runRobotTest keycloak port
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavploaia committed May 31, 2024
1 parent 3eb7193 commit 4e68d33
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/runRobotTest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ env=0
suite='TEST'
serverBase=${EHRBASE_BASE_URL:-http://ehrbase:8080}
serverNodeName=${SERVER_NODENAME:-local.ehrbase.org}
keycloakBase=${KEYCLOAK_BASE_URL:-http://keycloak:8080}
keycloakBase=${KEYCLOAK_BASE_URL:-http://keycloak:8081}
POSITIONAL_ARGS=()

############################################################
Expand Down
2 changes: 1 addition & 1 deletion tests/robot/_resources/variables/get_global_configs.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ def get_variables():
"PLUGIN_URL": os.environ.get('PLUGIN_URL', f'{ehrbase_baseurl}/ehrbase/plugin'),
"RABBITMQ_URL": os.environ.get('RABBITMQ_URL', "http://127.0.0.1:15672/api"),
"KAFKA_URL": os.environ.get('KAFKA_URL', "http://127.0.0.1:8082"),
"KEYCLOAK_URL": os.environ.get('KEYCLOAK_URL', f'{keycloak_baseurl}/auth'),
"KEYCLOAK_URL": os.environ.get('KEYCLOAK_URL', f'{keycloak_baseurl}/auth')
}
return json_obj

0 comments on commit 4e68d33

Please sign in to comment.