test(gitea): track Wazuh credential reference
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 1m11s
CD Pipeline / build-and-deploy (push) Successful in 15m26s
CD Pipeline / post-deploy-checks (push) Successful in 3m1s
All checks were successful
CD Pipeline / workflow-shape (push) Successful in 0s
CD Pipeline / cancel-stale-cd (push) Has been skipped
CD Pipeline / tests (push) Successful in 1m11s
CD Pipeline / build-and-deploy (push) Successful in 15m26s
CD Pipeline / post-deploy-checks (push) Successful in 3m1s
This commit is contained in:
@@ -210,14 +210,11 @@ def test_gitea_capability_readback_rolls_up_complete_feature_surface() -> None:
|
|||||||
]
|
]
|
||||||
> 0
|
> 0
|
||||||
)
|
)
|
||||||
assert (
|
referenced_secret_names = payload["workflow_source_inventory"][
|
||||||
len(
|
"secret_variable_rollups"
|
||||||
payload["workflow_source_inventory"]["secret_variable_rollups"][
|
]["referenced_secret_names"]
|
||||||
"referenced_secret_names"
|
assert "HOST112_ANSIBLE_BECOME_PASSWORD" in referenced_secret_names
|
||||||
]
|
assert len(referenced_secret_names) == 27
|
||||||
)
|
|
||||||
== 26
|
|
||||||
)
|
|
||||||
feature_source_contracts = payload["workflow_source_inventory"][
|
feature_source_contracts = payload["workflow_source_inventory"][
|
||||||
"gitea_feature_source_contracts"
|
"gitea_feature_source_contracts"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user