libeufin

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

commit 84e5a275999d6f23b7847ed79de0d0deac04239e
parent df649e65dedec5b28e0efb98b9a77fee0a83bde4
Author: MS <ms@taler.net>
Date:   Tue, 26 Jan 2021 15:06:08 +0100

test password change

Diffstat:
Mintegration-tests/tests.py | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/integration-tests/tests.py b/integration-tests/tests.py @@ -129,6 +129,14 @@ def teardown_function(): dropSandboxTables(DB) dropNexusTables(DB) +def test_change_password(): + assertResponse( + post(f"{PERSONA.nexus.base_url}/users/password", + auth=PERSONA.nexus.auth, + json=dict(newPassword="changed") + ) + ) + # Tests whether Nexus knows the imported bank account. def test_imported_account(): resp = assertResponse(