sync: auto-sync from HOWARD-HOME at 2026-06-21 14:37:28

Author: Howard Enos
Machine: HOWARD-HOME
Timestamp: 2026-06-21 14:37:28
This commit is contained in:
2026-06-21 14:38:01 -07:00
parent 603773cf25
commit bfc6631c36
4 changed files with 55 additions and 14 deletions

View File

@@ -98,7 +98,7 @@ check("unisolate no confirm -> rc3", ["unisolate", "--endpoints", "x"], want_rc=
check("blocklist-add no confirm -> rc3", ["blocklist-add", "--company", ACG, "--hashes", "abc"], want_rc=3)
check("blocklist-remove no confirm -> rc3", ["blocklist-remove", "--id", "x"], want_rc=3)
check("delete-endpoint no confirm -> rc3", ["delete-endpoint", "x"], want_rc=3)
check("delete-package no confirm -> rc3", ["delete-package", "--package", "x"], want_rc=3)
check("delete-package no confirm -> rc3", ["delete-package", "--id", "x"], want_rc=3)
check("delete-group no confirm -> rc3", ["delete-group", "--group", "x"], want_rc=3)
check("assign-policy no confirm -> rc3", ["assign-policy", "--policy", "p", "--targets", "x"], want_rc=3, out_has="Would")
check("push-set no confirm -> rc3", ["push-set", "--status", "1", "--url", "https://x/y"], want_rc=3)