ashb commented on a change in pull request #3937: [AIRFLOW-3103] Update
flask-login.
URL: https://github.com/apache/incubator-airflow/pull/3937#discussion_r222380402
##########
File path: tests/www/test_utils.py
##########
@@ -143,7 +143,7 @@ def some_func():
self.assertEqual(fake_username, kwargs['owner'])
mocked_session_instance.add.assert_called_once()
- @mock.patch("flask_login._get_user")
+ @mock.patch("flask_login.utils._get_user")
Review comment:
Thanks -I see what I did wrong and came to fix it to find you'd done it
already :)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services