Skip to content

Commit

Permalink
fix integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kroggen committed Dec 26, 2024
1 parent 418a73a commit e62df9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ get_receipt() {
set +e

while true; do
output=$(../bin/aergocli receipt get --port $query_port $txhash 2>&1 > receipt.json)
output=$(../bin/aergocli receipt get $txhash 2>&1 > receipt.json)

#echo "output: $output"

Expand Down

0 comments on commit e62df9b

Please sign in to comment.