summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2019-07-16 15:12:45 +0100
committerChandan Singh <csingh43@bloomberg.net>2019-07-16 15:12:45 +0100
commit5e2acf1f95a8a30ed575f9be38d09bcbe7d5cde4 (patch)
tree9e833ca2223c5c0f520b0da559578db19ed98373
parentd8662147987bbbead34ea769e358d1420bca76fc (diff)
downloadbuildstream-5e2acf1f95a8a30ed575f9be38d09bcbe7d5cde4.tar.gz
fixup! tests: Remove build dependencies from stack elements
-rw-r--r--tests/frontend/fetch.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/fetch.py b/tests/frontend/fetch.py
index ff5afd84f..d8fe6d714 100644
--- a/tests/frontend/fetch.py
+++ b/tests/frontend/fetch.py
@@ -171,6 +171,6 @@ def test_inconsistent_junction(cli, tmpdir, datafiles, ref_storage):
# Assert that we have the expected provenance encoded into the error
element_node = _yaml.load(element_path, shortname='junction-dep.bst')
- ref_node = element_node.get_sequence('depends').mapping_at(0)
+ ref_node = element_node.get_sequence('runtime-depends').mapping_at(0)
provenance = ref_node.get_provenance()
assert str(provenance) in result.stderr