diff options
author | Antoine A <> | 2024-10-21 20:10:52 +0200 |
---|---|---|
committer | Antoine A <> | 2024-10-21 20:10:52 +0200 |
commit | 1f6f7397df543cec5703ace30f5bb26e14b999e3 (patch) | |
tree | dde6ec0ab52dbe84f57624ecb40da48495802027 /src | |
parent | 484e622406933cbd2c99bb8eda59ac804c47cf0a (diff) |
test: longer passwords
Diffstat (limited to 'src')
-rw-r--r-- | src/merchant-tools/benchmark-common.conf | 2 | ||||
-rw-r--r-- | src/merchant-tools/benchmark-cs.conf | 2 | ||||
-rw-r--r-- | src/merchant-tools/benchmark-rsa.conf | 2 | ||||
-rw-r--r-- | src/testing/test_key_rotation.conf | 4 | ||||
-rwxr-xr-x | src/testing/test_merchant_wirewatch.sh | 2 | ||||
-rw-r--r-- | src/testing/test_template.conf | 4 | ||||
-rw-r--r-- | src/testing/tmp-last-response.pyLLmJmw | 0 |
7 files changed, 8 insertions, 8 deletions
diff --git a/src/merchant-tools/benchmark-common.conf b/src/merchant-tools/benchmark-common.conf index 1f54127f..66bf584c 100644 --- a/src/merchant-tools/benchmark-common.conf +++ b/src/merchant-tools/benchmark-common.conf @@ -54,7 +54,7 @@ PAYTO_URI = payto://iban/SANDBOXX/DE033310?receiver-name=Exchange+Company [exchange-accountcredentials-2] WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = exchange -PASSWORD = x +PASSWORD = password WIRE_GATEWAY_URL = "http://localhost:8082/accounts/exchange/taler-wire-gateway/" diff --git a/src/merchant-tools/benchmark-cs.conf b/src/merchant-tools/benchmark-cs.conf index 7f660ad3..82a97b7e 100644 --- a/src/merchant-tools/benchmark-cs.conf +++ b/src/merchant-tools/benchmark-cs.conf @@ -13,4 +13,4 @@ ENABLE_CREDIT = YES WIRE_GATEWAY_URL = http://localhost:8082/accounts/Exchange/taler-wire-gateway/ WIRE_GATEWAY_AUTH_METHOD = "basic" USERNAME = Exchange -PASSWORD = x +PASSWORD = password diff --git a/src/merchant-tools/benchmark-rsa.conf b/src/merchant-tools/benchmark-rsa.conf index a6c1512e..6ace6478 100644 --- a/src/merchant-tools/benchmark-rsa.conf +++ b/src/merchant-tools/benchmark-rsa.conf @@ -13,4 +13,4 @@ ENABLE_CREDIT = YES WIRE_GATEWAY_URL = http://localhost:8082/accounts/Exchange/taler-wire-gateway/ WIRE_GATEWAY_AUTH_METHOD = "basic" USERNAME = Exchange -PASSWORD = x +PASSWORD = password diff --git a/src/testing/test_key_rotation.conf b/src/testing/test_key_rotation.conf index cc7035b0..4b93ff90 100644 --- a/src/testing/test_key_rotation.conf +++ b/src/testing/test_key_rotation.conf @@ -93,13 +93,13 @@ enable_credit = yes WIRE_GATEWAY_URL = "http://localhost:8082/accounts/Exchange/taler-wire-gateway/" WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = Exchange -PASSWORD = x +PASSWORD = password [admin-accountcredentials-1] WIRE_GATEWAY_URL = "http://localhost:8082/accounts/Exchange/taler-wire-gateway/" WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = Exchange -PASSWORD = x +PASSWORD = password [merchant-exchange-default] EXCHANGE_BASE_URL = http://localhost:8081/ diff --git a/src/testing/test_merchant_wirewatch.sh b/src/testing/test_merchant_wirewatch.sh index 5b509ce8..b9cfd396 100755 --- a/src/testing/test_merchant_wirewatch.sh +++ b/src/testing/test_merchant_wirewatch.sh @@ -64,7 +64,7 @@ if [ 1 = "$USE_FAKEBANK" ] then FACADE_URL="http://localhost:8082/accounts/gnunet/taler-revenue/" FACADE_USERNAME="gnunet" - FACADE_PASSWORD="x" + FACADE_PASSWORD="password" else echo "not implemented for current libeufin-bank" exit 1 diff --git a/src/testing/test_template.conf b/src/testing/test_template.conf index 8f3dc4da..202719d0 100644 --- a/src/testing/test_template.conf +++ b/src/testing/test_template.conf @@ -82,13 +82,13 @@ ENABLE_CREDIT = YES WIRE_GATEWAY_URL = "http://localhost:8082/accounts/exchange/taler-wire-gateway/" WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = exchange -PASSWORD = x +PASSWORD = password [admin-accountcredentials-1] WIRE_GATEWAY_URL = "http://localhost:8082/accounts/exchange/taler-wire-gateway/" WIRE_GATEWAY_AUTH_METHOD = basic USERNAME = exchange -PASSWORD = x +PASSWORD = password [exchange-account-2] PAYTO_URI = "payto://x-taler-bank/localhost/exchange?receiver-name=exchange" diff --git a/src/testing/tmp-last-response.pyLLmJmw b/src/testing/tmp-last-response.pyLLmJmw deleted file mode 100644 index e69de29b..00000000 --- a/src/testing/tmp-last-response.pyLLmJmw +++ /dev/null |