summaryrefslogtreecommitdiff
path: root/contrib/taler-bank-manage-testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-01-11 16:04:04 +0100
committerChristian Grothoff <christian@grothoff.org>2023-01-11 16:04:04 +0100
commit5a5e0c3723b0e1594440f8e82ea598a34157c384 (patch)
tree8c867dca65f1bb936ed815a6f48abaee119c9418 /contrib/taler-bank-manage-testing
parentcf7e0ccce6ec640a8456d638bb81e2d5f209e9be (diff)
downloadexchange-5a5e0c3723b0e1594440f8e82ea598a34157c384.tar.gz
exchange-5a5e0c3723b0e1594440f8e82ea598a34157c384.tar.bz2
exchange-5a5e0c3723b0e1594440f8e82ea598a34157c384.zip
remove demobanks/default everywhere in URLs, no longer needed
Diffstat (limited to 'contrib/taler-bank-manage-testing')
-rwxr-xr-xcontrib/taler-bank-manage-testing2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/taler-bank-manage-testing b/contrib/taler-bank-manage-testing
index 11790271b..cd9e41a1c 100755
--- a/contrib/taler-bank-manage-testing
+++ b/contrib/taler-bank-manage-testing
@@ -37,7 +37,7 @@ libeufin-sandbox serve --port "1$1" \
> libeufin-sandbox-stdout.log \
2> libeufin-sandbox-stderr.log &
echo $! > libeufin-sandbox.pid
-export LIBEUFIN_SANDBOX_URL="http://localhost:1$1/demobanks/default"
+export LIBEUFIN_SANDBOX_URL="http://localhost:1$1/"
set +e
echo -n "Waiting for Sandbox.."
for n in `seq 1 50`; do