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 08173e79b..58679e9f1 100644
--- a/src/buildstream/testing/_sourcetests/track.py
+++ b/src/buildstream/testing/_sourcetests/track.py
@@ -327,7 +327,7 @@ def test_track_include(cli, tmpdir, datafiles, ref_storage, kind):
# Get the first source from the sources list
new_source = sources_list.mapping_at(0)
assert 'ref' in new_source
- assert ref == new_source.get_scalar('ref').as_str()
+ assert ref == new_source.get_str('ref')
@pytest.mark.datafiles(DATA_DIR)