update messages
All checks were successful
Build and Publish / Metadata (push) Successful in 13s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 51s
Build and Publish / BuildAndDeployArm64 (push) Successful in 5m9s

This commit is contained in:
matst80
2025-11-18 21:08:42 +01:00
parent 78436f39ae
commit 0994c4f484
6 changed files with 498 additions and 188 deletions

View File

@@ -442,7 +442,7 @@ func TestRegistryDefensiveErrors(t *testing.T) {
g := newTestGrain()
// Nil grain
results, err := reg.Apply(nil, &messages.AddItem{})
results, err := reg.Apply(context.Background(), nil, &messages.AddItem{})
if err == nil {
t.Fatalf("expected error for nil grain")
}