summaryrefslogtreecommitdiffstats
path: root/ipatests/test_integration/test_legacy_clients.py
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2017-03-20 11:34:17 +0100
committerTomas Krizek <tkrizek@redhat.com>2017-03-22 13:42:04 +0100
commit313ae46b573b4cac1075dc1b5bd7294424fabfdb (patch)
tree66f9b88eaab16f74c91677cf4965806d0ec3d61e /ipatests/test_integration/test_legacy_clients.py
parent1406dbc8c223ac0894088146bfe2a8ef0688097a (diff)
downloadfreeipa-313ae46b573b4cac1075dc1b5bd7294424fabfdb.tar.gz
freeipa-313ae46b573b4cac1075dc1b5bd7294424fabfdb.tar.xz
freeipa-313ae46b573b4cac1075dc1b5bd7294424fabfdb.zip
Move tasks module to ipatests.pytest_plugins.integration.tasks
https://pagure.io/freeipa/issue/6798 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Milan Kubik <mkubik@redhat.com>
Diffstat (limited to 'ipatests/test_integration/test_legacy_clients.py')
-rw-r--r--ipatests/test_integration/test_legacy_clients.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_legacy_clients.py b/ipatests/test_integration/test_legacy_clients.py
index 3f33ac0ea..087337ea1 100644
--- a/ipatests/test_integration/test_legacy_clients.py
+++ b/ipatests/test_integration/test_legacy_clients.py
@@ -26,7 +26,7 @@ import re
import nose
from ipaplatform.paths import paths
-from ipatests.test_integration import tasks
+from ipatests.pytest_plugins.integration import tasks
# importing test_trust under different name to avoid nose executing the test
# base class imported from this module