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

This commit is contained in:
ogt
2026-07-17 11:52:20 +08:00
parent c5c62673c3
commit 22e70bcada

View File

@@ -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"
] ]