| Index: client/site_tests/login_SecondFactor/login_SecondFactor.py
|
| diff --git a/client/site_tests/login_SecondFactor/login_SecondFactor.py b/client/site_tests/login_SecondFactor/login_SecondFactor.py
|
| index 7d44df8c9f6f22bc809c619e51ae0ac5f9ce50c3..394cc50321ee93d8f1a3252391fab1f10bf88df6 100644
|
| --- a/client/site_tests/login_SecondFactor/login_SecondFactor.py
|
| +++ b/client/site_tests/login_SecondFactor/login_SecondFactor.py
|
| @@ -3,13 +3,13 @@
|
| # found in the LICENSE file.
|
|
|
| from autotest_lib.client.common_lib import error
|
| -from autotest_lib.client.cros import auth_server, ui_test
|
| +from autotest_lib.client.cros import auth_server, cros_ui_test
|
|
|
| -class login_SecondFactor(ui_test.UITest):
|
| +class login_SecondFactor(cros_ui_test.UITest):
|
| version = 1
|
| -
|
| auto_login = False
|
|
|
| +
|
| def __login_denier(self, handler, url_args):
|
| handler.send_response(403)
|
| handler.end_headers()
|
|
|