summaryrefslogtreecommitdiff
path: root/tests/frontend/track.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/frontend/track.py')
-rw-r--r--tests/frontend/track.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frontend/track.py b/tests/frontend/track.py
index 17d0cd827..808bf0593 100644
--- a/tests/frontend/track.py
+++ b/tests/frontend/track.py
@@ -5,8 +5,8 @@ import stat
import os
import pytest
-from buildstream.plugintestutils import create_repo
-from buildstream.plugintestutils import cli # pylint: disable=unused-import
+from buildstream.testing import create_repo
+from buildstream.testing import cli # pylint: disable=unused-import
from buildstream._exceptions import ErrorDomain, LoadErrorReason
from buildstream import _yaml
from tests.testutils import generate_junction, yaml_file_get_provenance