server(filesystem): fix test failure
This commit is contained in:
parent
4b66a222cd
commit
4d51de71c2
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user