fix(api): expose runtime switch completion readback
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 22s
CD Pipeline / build-and-deploy (push) Successful in 8m40s
CD Pipeline / post-deploy-checks (push) Successful in 58s
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 1s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 22s
CD Pipeline / build-and-deploy (push) Successful in 8m40s
CD Pipeline / post-deploy-checks (push) Successful in 58s
This commit is contained in:
@@ -427,7 +427,23 @@ def _assert_delivery_workbench_shape(data: dict):
|
||||
data["summary"][
|
||||
"p0_cicd_warning_step_runtime_enablement_controlled_apply_allowed"
|
||||
]
|
||||
is False
|
||||
is True
|
||||
)
|
||||
assert (
|
||||
data["summary"][
|
||||
"p0_cicd_warning_step_runtime_enablement_controlled_apply_completed"
|
||||
]
|
||||
is True
|
||||
)
|
||||
assert (
|
||||
data["summary"][
|
||||
"p0_cicd_warning_step_runtime_enablement_runtime_execution_enabled"
|
||||
]
|
||||
is True
|
||||
)
|
||||
assert (
|
||||
data["summary"]["p0_cicd_warning_step_runtime_enablement_switch_changed"]
|
||||
is True
|
||||
)
|
||||
assert (
|
||||
data["summary"][
|
||||
|
||||
Reference in New Issue
Block a user