mirror of
https://github.com/syntrex-lab/gomcp.git
synced 2026-05-10 20:12:36 +02:00
feat: SOC ghost sinkhole, rate limiter, RBAC, demo seed
This commit is contained in:
parent
cc7956d835
commit
b8097d3f1b
19 changed files with 1169 additions and 63 deletions
|
|
@ -482,8 +482,8 @@ func TestHTTP_Rules_Returns7(t *testing.T) {
|
|||
t.Fatalf("decode JSON: %v", err)
|
||||
}
|
||||
|
||||
if result.Count != 15 {
|
||||
t.Errorf("expected 15 built-in rules, got %d", result.Count)
|
||||
if result.Count != 17 {
|
||||
t.Errorf("expected 17 built-in rules (15 default + 2 Shadow AI), got %d", result.Count)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue