rclone: Respect bandwith limits
This commit is contained in:
parent
20bfed5985
commit
bfd923e81e
5 changed files with 68 additions and 15 deletions
|
@ -39,7 +39,7 @@ func newTestSuite(t testing.TB) *test.Suite {
|
|||
Open: func(config interface{}) (restic.Backend, error) {
|
||||
t.Logf("Open()")
|
||||
cfg := config.(rclone.Config)
|
||||
return rclone.Open(cfg)
|
||||
return rclone.Open(cfg, nil)
|
||||
},
|
||||
|
||||
// CleanupFn removes data created during the tests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue