Skip to content

Commit

Permalink
Fix tetsts
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Oct 22, 2024
1 parent e1a8a0d commit 6a9cce3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions node-runner-cli/tests/unit/test_prompt_feeder_local.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ def test_docker_config_gateway_external_postgres(self, mockout):
PROMPT_KEYSTORE_LOCATION = ""
PROMPT_KEYSTORE_FILE_NAME = ""
PROMPT_LEDGER_LOCATION = ""
PROMPT_LEDGER_SNAPSHOT = ""
PROMPT_NGINX_PROTECT_CORE_API = ""
PROMPT_ENABLE_GATEWAY = "Y"
PROMPT_GATEWAY_CORE_API_URL = "http://core:3333/core"
Expand Down Expand Up @@ -48,6 +49,7 @@ def test_docker_config_gateway_external_postgres(self, mockout):
PROMPT_KEYSTORE_LOCATION,
PROMPT_KEYSTORE_FILE_NAME,
PROMPT_LEDGER_LOCATION,
PROMPT_LEDGER_SNAPSHOT,
PROMPT_NGINX_PROTECT_CORE_API,
PROMPT_ENABLE_GATEWAY,
PROMPT_GATEWAY_CORE_API_URL,
Expand Down Expand Up @@ -97,6 +99,7 @@ def test_docker_config_all_local(self, mockout):
PROMPT_KEYSTORE_LOCATION = "/tmp/babylon-node-config"
PROMPT_KEYSTORE_FILE_NAME = "node-keystore.ks"
PROMPT_LEDGER_LOCATION = "/tmp/data"
PROMPT_LEDGER_SNAPSHOT = "true"
PROMPT_NGINX_PROTECT_CORE_API = "true"
PROMPT_ENABLE_GATEWAY = "Y"
PROMPT_GATEWAY_CORE_API_URL = "http://core:3333/core"
Expand All @@ -122,6 +125,7 @@ def test_docker_config_all_local(self, mockout):
PROMPT_KEYSTORE_LOCATION,
PROMPT_KEYSTORE_FILE_NAME,
PROMPT_LEDGER_LOCATION,
PROMPT_LEDGER_SNAPSHOT,
PROMPT_NGINX_PROTECT_CORE_API,
PROMPT_ENABLE_GATEWAY,
PROMPT_GATEWAY_CORE_API_URL,
Expand Down

0 comments on commit 6a9cce3

Please sign in to comment.