diff options
Diffstat (limited to 'tests/format/optioneltmask.py')
-rw-r--r-- | tests/format/optioneltmask.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/format/optioneltmask.py b/tests/format/optioneltmask.py index 08f002b58..d33b5771c 100644 --- a/tests/format/optioneltmask.py +++ b/tests/format/optioneltmask.py @@ -5,7 +5,7 @@ import os import pytest from buildstream import _yaml from buildstream._exceptions import ErrorDomain, LoadErrorReason -from buildstream.plugintestutils.runcli import cli # pylint: disable=unused-import +from buildstream.testing.runcli import cli # pylint: disable=unused-import # Project directory DATA_DIR = os.path.dirname(os.path.realpath(__file__)) |