Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Oct 11, 2024
1 parent 0a44190 commit 0e842ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_data/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1130,7 +1130,7 @@ def get_bom_with_lifecycles() -> Bom:
metadata=BomMetaData(
lifecycles=[
PredefinedLifecycle(LifecyclePhase.BUILD),
PredefinedLifecycle(LifecyclePhase.POSTBUILD),
PredefinedLifecycle(LifecyclePhase.POST_BUILD),
NamedLifecycle(name='platform-integration-testing',
description='Integration testing specific to the runtime platform'),
],
Expand Down

0 comments on commit 0e842ad

Please sign in to comment.