Updated mock import

This commit is contained in:
Martyn Inglis
2016-09-30 10:31:50 +01:00
parent b9f0659eaa
commit 4e03f81fcf

View File

@@ -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