Merge branch 'trunk' into kw/update-go-gh-and-document-sprig-funcs

This commit is contained in:
Kynan Ware 2025-03-26 12:38:10 -06:00 committed by GitHub
commit 49588555c3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,6 +162,9 @@ func TestDeleteRun(t *testing.T) {
tt.opts.IO = ios
cfg := config.NewFromString(tt.config)
cfg.WriteFunc = func() error {
return nil
}
tt.opts.Config = func() (gh.Config, error) {
return cfg, nil
}