commit ce67cdbc8cb51b199875bb75bbde05f3b77d94bd parent ce31d171834bcf493ab39f41db64ad1961b610c5 Author: Antoine A <> Date: Fri, 31 May 2024 10:36:42 +0900 Use another database for testbench Diffstat:
| M | testbench/src/main/kotlin/Main.kt | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbench/src/main/kotlin/Main.kt b/testbench/src/main/kotlin/Main.kt @@ -99,7 +99,7 @@ class Cli : CliktCommand("Run integration tests on banks provider") { FREQUENCY = 5s [libeufin-nexusdb-postgres] - CONFIG = postgres:///libeufincheck + CONFIG = postgres:///libeufintestbench """) val cfg = loadConfig(conf)