summaryrefslogtreecommitdiff
path: root/packages/taler-integrationtests/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-11-08 01:20:50 +0100
committerChristian Grothoff <christian@grothoff.org>2020-11-08 01:20:50 +0100
commitc5b25d1cbd459ed90af3e28c9f8d0899a3a28848 (patch)
tree0a8c7124f71be8afb91022868771d22395814db2 /packages/taler-integrationtests/src
parentc90b03ec57137278c42de8227300fe25a6657b8c (diff)
downloadwallet-core-c5b25d1cbd459ed90af3e28c9f8d0899a3a28848.tar.gz
wallet-core-c5b25d1cbd459ed90af3e28c9f8d0899a3a28848.tar.bz2
wallet-core-c5b25d1cbd459ed90af3e28c9f8d0899a3a28848.zip
update error codes
Diffstat (limited to 'packages/taler-integrationtests/src')
-rw-r--r--packages/taler-integrationtests/src/test-payment-transient.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-integrationtests/src/test-payment-transient.ts b/packages/taler-integrationtests/src/test-payment-transient.ts
index aa0bda2c5..6350dc2f5 100644
--- a/packages/taler-integrationtests/src/test-payment-transient.ts
+++ b/packages/taler-integrationtests/src/test-payment-transient.ts
@@ -127,7 +127,7 @@ runTest(async (t: GlobalTestState) => {
faultInjected = true;
console.log("injecting pay fault");
const err: TalerErrorDetails = {
- code: TalerErrorCode.PAY_DB_FETCH_TRANSACTION_ERROR,
+ code: TalerErrorCode.GENERIC_DB_COMMIT_FAILED_HARD,
details: {},
hint: "huh",
message: "something went wrong",