gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: test password change


From: gnunet
Subject: [libeufin] branch master updated: test password change
Date: Tue, 26 Jan 2021 15:06:11 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 84e5a27  test password change
84e5a27 is described below

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

    test password change
---
 integration-tests/tests.py | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/integration-tests/tests.py b/integration-tests/tests.py
index d0e8e5b..b4d0a3e 100755
--- 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(

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]