swarm/fuse: Update swarm/api:Api.NewAPI constructor

This commit is contained in:
lash 2018-01-24 19:12:06 +01:00
parent add8971467
commit 8d7bf3f3ef

View file

@ -812,7 +812,7 @@ func TestFUSE(t *testing.T) {
if err != nil {
t.Fatal(err)
}
ta := &testAPI{api: api.NewApi(dpa, nil)}
ta := &testAPI{api: api.NewApi(dpa, nil, nil)}
dpa.Start()
defer dpa.Stop()