Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/vendor/github/page/login.rb')
-rw-r--r--qa/qa/vendor/github/page/login.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/qa/vendor/github/page/login.rb b/qa/qa/vendor/github/page/login.rb
index ce71fc5f11e..1482ca4b498 100644
--- a/qa/qa/vendor/github/page/login.rb
+++ b/qa/qa/vendor/github/page/login.rb
@@ -15,7 +15,7 @@ module QA
fill_in 'app_otp', with: current_otp
if has_text?('Two-factor authentication failed', wait: 2)
- new_otp = OnePassword::CLI.instance.new_otp(otp)
+ new_otp = OnePassword::CLI.instance.new_otp(current_otp)
fill_in 'app_otp', with: new_otp
end