Skip to content

Commit

Permalink
actually test nextcloud driver m(
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
  • Loading branch information
butonic committed Feb 22, 2022
1 parent 9365cc8 commit 462b531
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/integration/grpc/storageprovider_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ import (
ctxpkg "github.com/cs3org/reva/pkg/ctx"
"github.com/cs3org/reva/pkg/rgrpc/todo/pool"
"github.com/cs3org/reva/pkg/storage"
"github.com/cs3org/reva/pkg/storage/fs/nextcloud"
"github.com/cs3org/reva/pkg/storage/fs/ocis"
jwt "github.com/cs3org/reva/pkg/token/manager/jwt"
"github.com/cs3org/reva/pkg/utils"
Expand Down Expand Up @@ -63,7 +64,7 @@ func createFS(provider string, revads map[string]*Revad) (storage.FS, error) {
case "nextcloud":
conf["root"] = revads["storage"].StorageRoot
conf["enable_home"] = true
f = ocis.New
f = nextcloud.New
}
return f(conf)
}
Expand Down

0 comments on commit 462b531

Please sign in to comment.