Skip to content

[E2E] Set old_otp variable to use current_otp

John McDonnell requested to merge jmd/e2e-fix-github-otp into master

What does this MR do and why?

As per the failure message undefined local variable or method otp we can see this is a typo.
The method signature suggests that we should be providing the 'old_otp' to verify that we do in fact get a new one, so in this case we should be passing current_otp to the method.

Fixes #438352 (closed)

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by John McDonnell

Merge request reports