Commit ad85c111 authored by Grant Young's avatar Grant Young Committed by Walmyr Lima e Silva Filho

Add back in password passthrough for QA user

Removed in error last week, without this tests can't pass through
a password for the user they want to use
parent 9a919f9f
......@@ -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