We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a1219a commit 5501821Copy full SHA for 5501821
test/rest_common.py
@@ -928,7 +928,7 @@ def testOutputFormat(self):
928
{'id': '2',
929
'username': 'anonymous',
930
'link': 'http://tracker.example/cgi-bin/roundup.cgi/bugs/rest/data/user/2'},
931
- {'password': '[password hidden scheme PBKDF2]',
+ {'password': '[password hidden scheme PBKDF2S5]',
932
'id': '3',
933
'queries': [],
934
'username': 'joe',
@@ -953,7 +953,7 @@ def testOutputFormat(self):
953
'creator': {'id': '1',
954
'link': 'http://tracker.example/cgi-bin/roundup.cgi/bugs/rest/data/user/1',
955
'username': 'admin'},
956
- 'password': '[password hidden scheme PBKDF2]',
+ 'password': '[password hidden scheme PBKDF2S5]',
957
958
'username': 'joe'
959
}
0 commit comments