-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
Description
See more context:
sandbox/acceptance/testenv/loaded.go
Lines 40 to 45 in a89763e
| } | |
| // TODO: redact only sensitive values out | |
| err := a.SetS(cfg, v) | |
| if err != nil { | |
| return fmt.Errorf("set %s: %w", a.Name, err) | |
| } |