From 88cab909179975b7d9dc5566293be4e5eb407c12 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Sun, 25 Aug 2019 16:27:03 -0400 Subject: [PATCH] functional_tests: Use longer password when creating user Signed-off-by: James Valleroy --- functional_tests/features/users_and_groups.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functional_tests/features/users_and_groups.feature b/functional_tests/features/users_and_groups.feature index 48d094d6b..f93bee767 100644 --- a/functional_tests/features/users_and_groups.feature +++ b/functional_tests/features/users_and_groups.feature @@ -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