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 0a44190 commit 0e842adCopy full SHA for 0e842ad
tests/_data/models.py
@@ -1130,7 +1130,7 @@ def get_bom_with_lifecycles() -> Bom:
1130
metadata=BomMetaData(
1131
lifecycles=[
1132
PredefinedLifecycle(LifecyclePhase.BUILD),
1133
- PredefinedLifecycle(LifecyclePhase.POSTBUILD),
+ PredefinedLifecycle(LifecyclePhase.POST_BUILD),
1134
NamedLifecycle(name='platform-integration-testing',
1135
description='Integration testing specific to the runtime platform'),
1136
],
0 commit comments