libeufin

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

commit c9016b5d9b7580578c41c360c95d0abdda51c9e5
parent 130edc1fd917f51631d5414de16e78a943015fce
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Wed, 26 Jan 2022 03:55:02 -0500

fix typo: s/nexus_(username|password)/\1/

Diffstat:
Mcli/bin/libeufin-cli | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cli/bin/libeufin-cli b/cli/bin/libeufin-cli @@ -1406,7 +1406,7 @@ def simulate_incoming_transaction( resp = post( url, json=body, - auth=auth.HTTPBasicAuth(obj.nexus_username, obj.nexus_password) + auth=auth.HTTPBasicAuth(obj.username, obj.password) ) except Exception as e: print(e)