summaryrefslogtreecommitdiff
path: root/designate/tests/unit/workers/test_zone_tasks.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/tests/unit/workers/test_zone_tasks.py')
-rw-r--r--designate/tests/unit/workers/test_zone_tasks.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/designate/tests/unit/workers/test_zone_tasks.py b/designate/tests/unit/workers/test_zone_tasks.py
index 020792ea..25b9c41a 100644
--- a/designate/tests/unit/workers/test_zone_tasks.py
+++ b/designate/tests/unit/workers/test_zone_tasks.py
@@ -13,8 +13,9 @@
# 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
+from unittest import mock
+
import dns.exception
-import mock
import oslotest.base
from oslo_config import cfg
from oslo_config import fixture as cfg_fixture