summaryrefslogtreecommitdiff
path: root/designate/tests/unit/workers/test_processing.py
diff options
context:
space:
mode:
Diffstat (limited to 'designate/tests/unit/workers/test_processing.py')
-rw-r--r--designate/tests/unit/workers/test_processing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/designate/tests/unit/workers/test_processing.py b/designate/tests/unit/workers/test_processing.py
index 834f21b7..7ddde8f4 100644
--- a/designate/tests/unit/workers/test_processing.py
+++ b/designate/tests/unit/workers/test_processing.py
@@ -13,7 +13,7 @@
# 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
from designate import exceptions
from designate.tests import TestCase