diff options
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/taler-nexus-prepare | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/taler-nexus-prepare b/contrib/taler-nexus-prepare index 3e30d3930..112891f39 100755 --- a/contrib/taler-nexus-prepare +++ b/contrib/taler-nexus-prepare @@ -27,9 +27,9 @@ assertResponse( post( "http://localhost:5001/bank-connections", json=dict( - name="my-local", + name="my-loopback", source="new", - type="local", + type="loopback", data=dict( bankAccount="my-bank-account" ) |