mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-05-02 15:52:36 +02:00
Release prep: 54 engines, self-hosted signatures, i18n, dashboard updates
This commit is contained in:
parent
694e32be26
commit
41cbfd6e0a
178 changed files with 36008 additions and 399 deletions
|
|
@ -143,7 +143,7 @@ func TestRunPlaybook_IncidentNotFound(t *testing.T) {
|
|||
svc := newTestService(t)
|
||||
|
||||
// Use a valid playbook ID from defaults.
|
||||
_, err := svc.RunPlaybook("pb-auto-block-jailbreak", "nonexistent-inc")
|
||||
_, err := svc.RunPlaybook("pb-block-jailbreak", "nonexistent-inc")
|
||||
require.Error(t, err)
|
||||
assert.Contains(t, err.Error(), "incident not found")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue