Skip to content

Commit

Permalink
fix mob
Browse files Browse the repository at this point in the history
  • Loading branch information
jgreat committed Dec 2, 2024
1 parent 75e3fd4 commit 8ebc806
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test-python-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ echo "INFO: export wallet"
target_mob -y export test-wallet --file "${MC_WALLET_FILE}"

echo "INFO: remove wallet so we can test import from file"
mob -y remove test-wallet
target_mob -y remove test-wallet

echo "INFO: run tests"
if MC_FULL_SERVICE_PORT=${TARGET_FS_URL_PARSED[port]} MC_FULL_SERVICE_HOST="${TARGET_FS_URL_PARSED[proto]}${TARGET_FS_URL_PARSED[host]}" poetry run pytest -v
Expand Down

0 comments on commit 8ebc806

Please sign in to comment.