summaryrefslogtreecommitdiff
path: root/tests/frontend/logging.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/logging.py')
-rw-r--r--tests/frontend/logging.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frontend/logging.py b/tests/frontend/logging.py
index 49e3a70c6..e7279ac4c 100644
--- a/tests/frontend/logging.py
+++ b/tests/frontend/logging.py
@@ -6,11 +6,11 @@ import re
import pytest
-from buildstream.plugintestutils import create_repo
+from buildstream.testing import create_repo
from buildstream import _yaml
from buildstream._exceptions import ErrorDomain
-from buildstream.plugintestutils import cli # pylint: disable=unused-import
+from buildstream.testing import cli # pylint: disable=unused-import
# Project directory
DATA_DIR = os.path.join(