Skip to content

Commit

Permalink
In tests, use stronger password.
Browse files Browse the repository at this point in the history
Otherwise the tests in test_env.py fail during setup when the January 2020 hotfix is merged to CMFPlone.
The password strength is tested in more places then.
  • Loading branch information
mauritsvanrees committed Feb 13, 2020
1 parent 8da902e commit fdd157e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions 3021.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
In tests, use stronger password. [maurits]
2 changes: 1 addition & 1 deletion src/plone/api/tests/test_env.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def setUp(self):
api.user.create(
username='boss',
email='important_person@example.com',
password='123',
password='123456',
roles=('Member', 'VIP'),
)

Expand Down

0 comments on commit fdd157e

Please sign in to comment.