summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--designate/tests/test_quota/test_quota.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/designate/tests/test_quota/test_quota.py b/designate/tests/test_quota/test_quota.py
index 99f7d423..039dbf7e 100644
--- a/designate/tests/test_quota/test_quota.py
+++ b/designate/tests/test_quota/test_quota.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.
-import mock
+from unittest import mock
from testscenarios import load_tests_apply_scenarios as load_tests # noqa
import testtools