test(bats): Debug for flaky test (#6578) (#6579)

(cherry picked from commit a52bdded1f)

Co-authored-by: Michael Li <michael.li@hashicorp.com>
pull/6581/head
hc-github-team-secure-boundary 1 month ago committed by GitHub
parent dd9a199c80
commit 7d65707a8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -113,6 +113,7 @@ load _target_host_sources
@test "boundary/target: default user can delete target" {
local id=$(target_id_from_name $DEFAULT_P_ID $TGT_NAME)
run delete_target $id
echo "output: $output"
run has_status_code "$output" "204"
[ "$status" -eq 0 ]
}

Loading…
Cancel
Save