summaryrefslogtreecommitdiff
path: root/src/buildstream/testing/_sourcetests/track.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/buildstream/testing/_sourcetests/track.py')
-rw-r--r--src/buildstream/testing/_sourcetests/track.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buildstream/testing/_sourcetests/track.py b/src/buildstream/testing/_sourcetests/track.py
index 38ef217f0..638cbb9b1 100644
--- a/src/buildstream/testing/_sourcetests/track.py
+++ b/src/buildstream/testing/_sourcetests/track.py
@@ -228,7 +228,7 @@ def test_cross_junction(cli, tmpdir, datafiles, ref_storage, kind):
if ref_storage == "inline":
# This is not allowed to track cross junction without project.refs.
- result.assert_main_error(ErrorDomain.PIPELINE, "untrackable-sources")
+ result.assert_main_error(ErrorDomain.STREAM, "untrackable-sources")
else:
result.assert_success()