Skip to content

Commit

Permalink
fix: add KAFKAURL variable to sut_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vladislavploaia committed Feb 15, 2024
1 parent 411dc58 commit 002249f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/robot/_resources/variables/sut_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
HEARTBEAT_URL_FROM_YAML = GLOBAL_VARS_FROM_YAML_FUNC["HEARTBEAT_URL"]
PLUGIN_URL_FROM_YAML = GLOBAL_VARS_FROM_YAML_FUNC["PLUGIN_URL"]
RABBITMQ_URL_FROM_YAML = GLOBAL_VARS_FROM_YAML_FUNC["RABBITMQ_URL"]
KAFKA_URL_FROM_YAML = GLOBAL_VARS_FROM_YAML_FUNC["KAFKA_URL"]


# KEYCLOAK SETTINGS
Expand Down Expand Up @@ -134,6 +135,7 @@
"HEARTBEAT_URL": HEARTBEAT_URL_FROM_YAML,
"PLUGINURL": PLUGIN_URL_FROM_YAML,
"RABBITMQURL": RABBITMQ_URL_FROM_YAML,
"KAFKAURL": KAFKA_URL_FROM_YAML,
"CREDENTIALS": ["ehrbase-user", "SuperSecretPassword"],
"SECURITY_AUTHTYPE": "BASIC",
"SPRING_CACHE_TYPE": "SIMPLE",
Expand Down

0 comments on commit 002249f

Please sign in to comment.