Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alpeto9 committed Oct 22, 2024
1 parent 064ba30 commit 79633bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node-runner-cli/setup/BaseSetup.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ def get_download_community_snapshot():
f"Downloading latest snapshot of the ledger will allow to sync faster when starting the node"
f"if the ledger folder is empty."
f"\n{bcolors.WARNING}Press Enter to accept default or choose to download latest snapshot of the ledger [true/false]: ",
QuestionKeys.input_download_snapshot_ledger,
QuestionKeys.input_ledger_snapshot,
)
if download_community_snapshot_string == "":
download_community_snapshot = True
Expand Down
2 changes: 1 addition & 1 deletion node-runner-cli/utils/PromptFeeder.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class QuestionKeys:
input_path_keystore = "input_path_keystore"
enter_keystore_name = "enter_keystore_name"
input_ledger_path = "input_ledger_path"
input_download_snapshot_ledger = "input_download_snapshot_ledger"
input_ledger_snapshot = "input_ledger_snapshot"
core_nginx_setup = "core_nginx_setup"
gateway_nginx_setup = "gateway_nginx_setup"
setup_gateway = "setup_gateway"
Expand Down

0 comments on commit 79633bb

Please sign in to comment.