summaryrefslogtreecommitdiff
path: root/tests/integration/messages.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration/messages.py')
-rw-r--r--tests/integration/messages.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/messages.py b/tests/integration/messages.py
index 51385de5d..edfb435ae 100644
--- a/tests/integration/messages.py
+++ b/tests/integration/messages.py
@@ -26,7 +26,7 @@ import pytest
from buildstream import _yaml
from buildstream._exceptions import ErrorDomain
from buildstream.testing import cli_integration as cli # pylint: disable=unused-import
-from tests.testutils.site import HAVE_SANDBOX
+from buildstream.testing._utils.site import HAVE_SANDBOX
pytestmark = pytest.mark.integration