summaryrefslogtreecommitdiff
path: root/tests/examples/junctions.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/examples/junctions.py')
-rw-r--r--tests/examples/junctions.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/examples/junctions.py b/tests/examples/junctions.py
index 26fa8c350..695bfe8c8 100644
--- a/tests/examples/junctions.py
+++ b/tests/examples/junctions.py
@@ -4,7 +4,7 @@
import os
import pytest
-from buildstream.plugintestutils import cli_integration as cli # pylint: disable=unused-import
+from buildstream.testing import cli_integration as cli # pylint: disable=unused-import
from tests.testutils.site import IS_LINUX, HAVE_BWRAP, MACHINE_ARCH
pytestmark = pytest.mark.integration