From 92b1d8e4dfc144858cb1e8181978378ca3cc6cc2 Mon Sep 17 00:00:00 2001 From: Romuald Juchnowicz-Bierbasz Date: Tue, 16 Apr 2019 11:02:56 +0200 Subject: [PATCH] SDK-2760: Fix paths --- tests/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/conftest.py b/tests/conftest.py index 6b9cc51..b55602e 100644 --- a/tests/conftest.py +++ b/tests/conftest.py @@ -6,7 +6,7 @@ import pytest from galaxy.api.plugin import Plugin from galaxy.api.consts import Platform -from tests.async_mock import AsyncMock +from galaxy.unittest.mock import AsyncMock @pytest.fixture() def reader():