diff options
author | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-10-11 16:54:36 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2016-10-11 16:54:36 -0300 |
commit | 9356d5c3d4e940e5d4ebf1c851a16b43374a6bc3 (patch) | |
tree | f0fb078d009650cb0d431eddd1344040aeabc19b /service/test | |
parent | 28f64b866d1f3c51fe1208d37450f2153ba1575f (diff) |
[#792] Move leap.bonafide to leap.bitmask.bonafide
Diffstat (limited to 'service/test')
-rw-r--r-- | service/test/unit/resources/test_login_resource.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/unit/resources/test_login_resource.py b/service/test/unit/resources/test_login_resource.py index 0ff9ec91..be199e0e 100644 --- a/service/test/unit/resources/test_login_resource.py +++ b/service/test/unit/resources/test_login_resource.py @@ -1,6 +1,6 @@ import os -from leap.bonafide._srp import SRPAuthError +from leap.bitmask.bonafide._srp import SRPAuthError from mock import patch from mockito import mock, when, any as ANY, verify, verifyZeroInteractions, verifyNoMoreInteractions from twisted.trial import unittest |