test(hack): rename remediation-guard bats test to match what it pins
The test body asserts .status.history[].status extraction, but the test name still referenced the old installFailures counter (leftover from when the guard used that field before switching to status.history to avoid ClearFailures zeroing the counters on successful reconcile). Address review feedback from coderabbitai on hack/remediation-guard.bats:84: rename so grep for what the test actually pins matches the test name. Assisted-By: Claude <noreply@anthropic.com> Signed-off-by: Aleksei Sviridkin <f@lex.la>
This commit is contained in:
parent
b8aec9a973
commit
39b8f0252b
1 changed files with 1 additions and 1 deletions
|
|
@ -81,7 +81,7 @@
|
|||
fi
|
||||
}
|
||||
|
||||
@test "installFailures extraction pins HR v2 status.history shape" {
|
||||
@test "status.history extraction pins HR v2 status.history shape" {
|
||||
# Pins the Flux HelmRelease v2 .status.history[].status shape that
|
||||
# run-kubernetes.sh relies on. If a future flux release renames the
|
||||
# field, the jsonpath returns nothing, the guard reports no cycle,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue