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

pull/6580/head
Michael Li 1 month ago committed by GitHub
parent 4eec5ce0e1
commit a52bdded1f
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