Mercurial > p > roundup > code
changeset 8243:8c1e0459b73d
test: issue2551253. fix test for default hash is PBKDF2-SHA512.
Some rest responses include the password field which includes the hash method.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Mon, 30 Dec 2024 20:54:46 -0500 |
| parents | 393dfc750d8b |
| children | b4ad03927711 |
| files | test/rest_common.py |
| diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/test/rest_common.py Mon Dec 30 20:30:26 2024 -0500 +++ b/test/rest_common.py Mon Dec 30 20:54:46 2024 -0500 @@ -928,7 +928,7 @@ {'id': '2', 'username': 'anonymous', 'link': 'http://tracker.example/cgi-bin/roundup.cgi/bugs/rest/data/user/2'}, - {'password': '[password hidden scheme PBKDF2]', + {'password': '[password hidden scheme PBKDF2S5]', 'id': '3', 'queries': [], 'username': 'joe', @@ -953,7 +953,7 @@ 'creator': {'id': '1', 'link': 'http://tracker.example/cgi-bin/roundup.cgi/bugs/rest/data/user/1', 'username': 'admin'}, - 'password': '[password hidden scheme PBKDF2]', + 'password': '[password hidden scheme PBKDF2S5]', 'queries': [], 'username': 'joe' }
