Skip to content

Commit b724a87

Browse files
committed
add todo note
Signed-off-by: [email protected] <[email protected]>
1 parent 80ad71c commit b724a87

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/_data/models.py

+1
Original file line numberDiff line numberDiff line change
@@ -557,6 +557,7 @@ def get_bom_with_services_simple() -> Bom:
557557

558558
def get_bom_with_services_complex() -> Bom:
559559
bom = _make_bom(services=[
560+
# TODO: Add source and destination
560561
Service(
561562
name='my-first-service', bom_ref='my-specific-bom-ref-for-my-first-service',
562563
provider=get_org_entity_1(), group='a-group', version='1.2.3',

0 commit comments

Comments
 (0)