commit 958ae49f101375694123bc726412438e1b688984
parent e3809cbaf007f818078ed3accd2e7780cfb56b14
Author: MS <ms@taler.net>
Date: Wed, 15 Jul 2020 11:20:55 +0200
using valid BIC in tests
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/integration-tests/start-testenv.py b/integration-tests/start-testenv.py
@@ -32,7 +32,7 @@ BC1_USER_ID = "USER1"
# Bank connection 1 subscribers' bank accounts
BC1_SUBSCRIBER1_IBAN = "GB33BUKB20201222222222"
-BC1_SUBSCRIBER1_BIC = "BUKBGB11"
+BC1_SUBSCRIBER1_BIC = "BUKBGB88"
BC1_SUBSCRIBER1_NAME = "Oliver Smith"
BC1_SUBSCRIBER1_BANK_ACCOUNT_LABEL = "bc1sub1savings"
BC1_SUBSCRIBER1_BANK_ACCOUNT_LABEL_KONTO = "bc1sub1konto"