Commit 2ca7aaa0 authored by Mark Lapierre's avatar Mark Lapierre

Fix admin LDAP sync test

parent b92b6420
......@@ -54,7 +54,7 @@ module QA
user = Struct.new(:ldap_username, :ldap_password).new('adminuser1', 'password')
QA::Support::Retrier.retry_until(exit_on_failure: true, sleep_interval: 3, max_attempts: 5) do
login_page.sign_in_using_ldap_credentials(user)
login_page.sign_in_using_ldap_credentials(user: user)
end
end
end
......
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