mirror of
https://github.com/restic/restic.git
synced 2025-08-14 02:49:23 +00:00
gs: replace usage of context.Background()
This commit is contained in:
@@ -42,7 +42,7 @@ func newGSTestSuite(t testing.TB) *test.Suite {
|
||||
Create: func(config interface{}) (restic.Backend, error) {
|
||||
cfg := config.(gs.Config)
|
||||
|
||||
be, err := gs.Create(cfg, tr)
|
||||
be, err := gs.Create(context.Background(), cfg, tr)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
Reference in New Issue
Block a user