Skip to content

Commit 241f29d

Browse files
committed
add bom_ref for comp_root
1 parent 41d807b commit 241f29d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/_data/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ def get_bom_for_issue_692_components() -> Bom:
715715
bom = _make_bom()
716716

717717
comp_root = Component(type=ComponentType.APPLICATION,
718-
name='my application', version='1')
718+
name='my application', version='1', bom_ref='my-project')
719719
comp_test = Component(
720720
name='comp_test',
721721
type=ComponentType.APPLICATION,

0 commit comments

Comments
 (0)