libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit e60dd7180b0aa606cf84c79e657193897790672b
parent 3f175df5ce0be03e1c09f0a62e0c4236f92f4fc6
Author: MS <ms@taler.net>
Date:   Wed,  8 Feb 2023 14:19:00 +0100

tests: needed to specify a correct EBICS host ID.

Diffstat:
Mnexus/src/test/kotlin/SandboxLegacyApiTest.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/test/kotlin/SandboxLegacyApiTest.kt b/nexus/src/test/kotlin/SandboxLegacyApiTest.kt @@ -37,7 +37,7 @@ class SandboxLegacyApiTest { * and conflict detection. */ var body = mapper.writeValueAsString(object { - val hostID = "foo" + val hostID = "eufinSandbox" val userID = "foo" val systemID = "foo" val partnerID = "foo"