We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41d807b commit 465cd3aCopy full SHA for 465cd3a
tests/_data/models.py
@@ -715,7 +715,7 @@ def get_bom_for_issue_692_components() -> Bom:
715
bom = _make_bom()
716
717
comp_root = Component(type=ComponentType.APPLICATION,
718
- name='my application', version='1')
+ name='my application', version='1', bom_ref='my-project')
719
comp_test = Component(
720
name='comp_test',
721
type=ComponentType.APPLICATION,
0 commit comments