summaryrefslogtreecommitdiff
path: root/tests/sources/ostree.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sources/ostree.py')
-rw-r--r--tests/sources/ostree.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/sources/ostree.py b/tests/sources/ostree.py
index e75a64663..aefad68fa 100644
--- a/tests/sources/ostree.py
+++ b/tests/sources/ostree.py
@@ -25,8 +25,8 @@ import pytest
from buildstream._exceptions import ErrorDomain
from buildstream import _yaml
-from buildstream.plugintestutils import cli # pylint: disable=unused-import
-from buildstream.plugintestutils import create_repo
+from buildstream.testing import cli # pylint: disable=unused-import
+from buildstream.testing import create_repo
DATA_DIR = os.path.join(
os.path.dirname(os.path.realpath(__file__)),