functional_tests: Use longer password when creating user

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-08-25 16:27:03 -04:00
parent a66d50fb89
commit 88cab90917
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -24,7 +24,7 @@ Background:
Scenario: Create user
Given the user alice doesn't exist
When I create a user named alice with password secret123
When I create a user named alice with password secret123secret123
Then alice should be listed as a user
Scenario: Rename user