diff --git a/cmd/serve/restic/restic_test.go b/cmd/serve/restic/restic_test.go index cb8ae28e2..80d22325d 100644 --- a/cmd/serve/restic/restic_test.go +++ b/cmd/serve/restic/restic_test.go @@ -7,7 +7,7 @@ import ( "os/exec" "testing" - _ "github.com/ncw/rclone/backend/local" + _ "github.com/ncw/rclone/backend/all" "github.com/ncw/rclone/cmd/serve/httplib" "github.com/ncw/rclone/fstest" "github.com/stretchr/testify/assert"