commit bbbf7c9019d20ec632913b900fbfef1e2117282b
parent 83451e306b83615b70b5d5e541fdcb965862ef0e
Author: MS <ms@taler.net>
Date: Fri, 27 Oct 2023 12:50:51 +0200
@Ignore manual tests
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/nexus/src/test/kotlin/PostFinance.kt b/nexus/src/test/kotlin/PostFinance.kt
@@ -51,7 +51,7 @@ class Iso20022 {
}
}
-// @Ignore
+@Ignore
class PostFinance {
// Tests sending client keys to the PostFinance test platform.
@Test
@@ -110,6 +110,6 @@ class PostFinance {
val bankKeys = loadBankKeys(cfg.bankPublicKeysFilename)
assertNotNull(bankKeys)
val htd = runBlocking { fetchBankAccounts(cfg, clientKeys, bankKeys, HttpClient()) }
- extractBankAccountMetadata(cfg, htd!!, false)
+ println(htd)
}
}
\ No newline at end of file