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 80ad71c commit b724a87Copy full SHA for b724a87
tests/_data/models.py
@@ -557,6 +557,7 @@ def get_bom_with_services_simple() -> Bom:
557
558
def get_bom_with_services_complex() -> Bom:
559
bom = _make_bom(services=[
560
+ # TODO: Add source and destination
561
Service(
562
name='my-first-service', bom_ref='my-specific-bom-ref-for-my-first-service',
563
provider=get_org_entity_1(), group='a-group', version='1.2.3',
0 commit comments