aboutsummaryrefslogtreecommitdiff
path: root/src/testing/test_merchant_product_creation.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/testing/test_merchant_product_creation.sh')
-rwxr-xr-xsrc/testing/test_merchant_product_creation.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/testing/test_merchant_product_creation.sh b/src/testing/test_merchant_product_creation.sh
index 6da5efa2..c3661d0e 100755
--- a/src/testing/test_merchant_product_creation.sh
+++ b/src/testing/test_merchant_product_creation.sh
@@ -26,12 +26,12 @@ then
ACCOUNT="exchange-account-2"
WIRE_METHOD="x-taler-bank"
BANK_FLAGS="-f -d $WIRE_METHOD -u $ACCOUNT"
- BANK_URL="http://localhost:8082/taler-bank-access/"
+ BANK_URL="http://localhost:8082/"
else
ACCOUNT="exchange-account-1"
WIRE_METHOD="iban"
BANK_FLAGS="-ns -d $WIRE_METHOD -u $ACCOUNT"
- BANK_URL="http://localhost:18082/demobanks/default/access-api/"
+ BANK_URL="http://localhost:18082/"
fi
. setup.sh