server(filesystem): fix test failure
This commit is contained in:
@@ -69,7 +69,7 @@ func TestArchive_Stream(t *testing.T) {
|
|||||||
g.Assert(err).IsNil()
|
g.Assert(err).IsNil()
|
||||||
|
|
||||||
// Open the archive.
|
// Open the archive.
|
||||||
genericFs, err := archiver.FileSystem(archivePath)
|
genericFs, err := archiver.FileSystem(context.Background(), archivePath)
|
||||||
g.Assert(err).IsNil()
|
g.Assert(err).IsNil()
|
||||||
|
|
||||||
// Assert that we are opening an archive.
|
// Assert that we are opening an archive.
|
||||||
|
|||||||
Reference in New Issue
Block a user