nixos/tests/gitlab: Fix a regression introduced in 15.7.0

```
{"message":{"password":["must not contain commonly used combinations of
words and letters"]}}
```
This commit is contained in:
Yaya 2022-12-27 14:54:27 +00:00 committed by Winter
parent 4d41c371d4
commit 3cd1bd5888

View file

@ -17,13 +17,13 @@ let
aliceUsername = "alice";
aliceUserId = "2";
alicePassword = "alicepassword";
alicePassword = "R5twyCgU0uXC71wT9BBTCqLs6HFZ7h3L";
aliceProjectId = "2";
aliceProjectName = "test-alice";
bobUsername = "bob";
bobUserId = "3";
bobPassword = "bobpassword";
bobPassword = "XwkkBbl2SiIwabQzgcoaTbhsotijEEtF";
bobProjectId = "3";
in {
name = "gitlab";