cmd/swarm, swarm: added access control functionality (#17404)
Co-authored-by: Janos Guljas <janos@resenje.org> Co-authored-by: Anton Evangelatov <anton.evangelatov@gmail.com> Co-authored-by: Balint Gabor <balint.g@gmail.com>
This commit is contained in:
@@ -1650,7 +1650,7 @@ func TestFUSE(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
ta := &testAPI{api: api.NewAPI(fileStore, nil, nil)}
|
||||
ta := &testAPI{api: api.NewAPI(fileStore, nil, nil, nil)}
|
||||
|
||||
//run a short suite of tests
|
||||
//approx time: 28s
|
||||
|
Reference in New Issue
Block a user