summaryrefslogtreecommitdiff
path: root/tests/format/optionexports.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/format/optionexports.py')
-rw-r--r--tests/format/optionexports.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/format/optionexports.py b/tests/format/optionexports.py
index 8ad063e74..5df7522b5 100644
--- a/tests/format/optionexports.py
+++ b/tests/format/optionexports.py
@@ -4,7 +4,7 @@
import os
import pytest
from buildstream import _yaml
-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__))