diff options
| author | Oleg Fayans <ofayans@redhat.com> | 2016-06-28 16:00:08 +0200 |
|---|---|---|
| committer | Martin Basti <mbasti@redhat.com> | 2016-08-03 15:31:36 +0200 |
| commit | 4e574cde72da159dc2e5511f23c9f6b3c762e8f5 (patch) | |
| tree | 365c75b709b45e6a23fb31c7d6344bff5665e537 /ipatests | |
| parent | 8ab0ad5b9ef59eca7b25a150baeb4a9bf8faa582 (diff) | |
Fixed import error
assert_error was lately transfered from test_caless.py to tasks.py, which
started to cause import errors in replica promotion tests
Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipatests')
| -rw-r--r-- | ipatests/test_integration/test_replica_promotion.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ipatests/test_integration/test_replica_promotion.py b/ipatests/test_integration/test_replica_promotion.py index 7bc1d5281..11c748f75 100644 --- a/ipatests/test_integration/test_replica_promotion.py +++ b/ipatests/test_integration/test_replica_promotion.py @@ -4,7 +4,7 @@ from ipatests.test_integration.base import IntegrationTest from ipatests.test_integration import tasks -from ipatests.test_integration.test_caless import assert_error +from ipatests.test_integration.tasks import assert_error from ipalib.constants import DOMAIN_LEVEL_0 from ipalib.constants import DOMAIN_LEVEL_1 from ipalib.constants import DOMAIN_SUFFIX_NAME |
