test: Fix RESET_TEST=false

This commit is contained in:
tecnovert
2022-10-25 21:44:01 +02:00
parent 65183133d8
commit 18974d9458
2 changed files with 6 additions and 3 deletions

View File

@@ -1299,7 +1299,7 @@ def main():
with open(config_path, 'w') as fp:
json.dump(settings, fp, indent=4)
logger.info('Done.')
logger.info(f'Done. Coin {add_coin} successfully added.')
return 0
logger.info('With coins: %s', ', '.join(with_coins))