summaryrefslogtreecommitdiff
path: root/service/test/unit/resources/test_sync_info_controller.py
diff options
context:
space:
mode:
Diffstat (limited to 'service/test/unit/resources/test_sync_info_controller.py')
-rw-r--r--service/test/unit/resources/test_sync_info_controller.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/unit/resources/test_sync_info_controller.py b/service/test/unit/resources/test_sync_info_controller.py
index a91dd386..1285237b 100644
--- a/service/test/unit/resources/test_sync_info_controller.py
+++ b/service/test/unit/resources/test_sync_info_controller.py
@@ -18,7 +18,7 @@ import json
from test.support.test_helper import request_mock
from pixelated.resources.sync_info_resource import SyncInfoResource
-from mockito import *
+from mockito import mock
class SyncInfoResourceTest(unittest.TestCase):