summaryrefslogtreecommitdiff
path: root/designate/tests/unit/notification_handler/test_fake.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/tests/unit/notification_handler/test_fake.py')
-rw-r--r--designate/tests/unit/notification_handler/test_fake.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/designate/tests/unit/notification_handler/test_fake.py b/designate/tests/unit/notification_handler/test_fake.py
index 28f6f79f..b1803da0 100644
--- a/designate/tests/unit/notification_handler/test_fake.py
+++ b/designate/tests/unit/notification_handler/test_fake.py
@@ -9,7 +9,8 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.mport threading
-import mock
+from unittest import mock
+
import oslotest.base
from oslo_config import cfg