Commit bed28d0e authored by Walmyr Lima e Silva Filho's avatar Walmyr Lima e Silva Filho

Merge branch 'gy-qa-fix-user-password-creation' into 'master'

Add back in password passthrough for QA user

Closes #34807

See merge request gitlab-org/gitlab!19039
parents 9a919f9f ad85c111
......@@ -93,6 +93,7 @@ module QA
if Runtime::Env.signup_disabled?
self.fabricate_via_api! do |user|
user.username = username
user.password = password
end
else
self.fabricate!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment