mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-09-15 23:31:07 -04:00
Fix test
This commit is contained in:
1 parent
60bcc6b0f2
commit
bcdfbda08d
1 file changed
+1
-1
@@ -133,7 +133,7 @@ var _ = Describe("Searchprovider", func() {
|
||||
Info: ri,
|
||||
}, nil)
|
||||
|
||||
err := s.IndexSpace(&sprovider.StorageSpaceId{OpaqueId: "storageid$spaceid!spaceid"})
|
||||
err := s.IndexSpace(&sprovider.StorageSpaceId{OpaqueId: "storageid$spaceid!spaceid"}, false)
|
||||
Expect(err).ShouldNot(HaveOccurred())
|
||||
})
|
||||
})
|
||||
|
||||
Reference in new issue
Block a user