Skip to content

Commit 58ce8f8

Browse files
committed
fix oopsie
1 parent e9448d1 commit 58ce8f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • operator/src/test/java/it/aboutbits/postgresql/_support/testdata/persisted/creator

operator/src/test/java/it/aboutbits/postgresql/_support/testdata/persisted/creator/SecretRefCreate.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private String getPassword() {
141141
return withPassword;
142142
}
143143

144-
withPassword = FAKER.credentials().username();
144+
withPassword = FAKER.credentials().password(8, 16, true, true);
145145

146146
return withPassword;
147147
}

0 commit comments

Comments
 (0)