From 4e03f81fcf96a6c07bdc13686a46ee87b61d52bc Mon Sep 17 00:00:00 2001 From: Martyn Inglis Date: Fri, 30 Sep 2016 10:31:50 +0100 Subject: [PATCH] Updated mock import --- tests/app/notifications/rest/test_send_notification.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/app/notifications/rest/test_send_notification.py b/tests/app/notifications/rest/test_send_notification.py index f5d339a6b..d1174cada 100644 --- a/tests/app/notifications/rest/test_send_notification.py +++ b/tests/app/notifications/rest/test_send_notification.py @@ -5,7 +5,7 @@ import pytest from flask import (json, current_app) from freezegun import freeze_time -from mock import ANY +from unittest.mock import ANY from notifications_python_client.authentication import create_jwt_token import app