feature: sol004 and sol007
[osm/common.git] / osm_common / tests / test_fsmongo.py
index 6a8ec58..da01ff3 100644 (file)
@@ -601,7 +601,7 @@ def test_file_extract():
         tar = tarfile.open(tar_path, "r")
         fs = FsMongo()
         fs.fs = FakeFS()
-        fs.file_extract(tar_object=tar, path=".")
+        fs.file_extract(compressed_object=tar, path=".")
     finally:
         os.remove(tar_path)
         subprocess.call(["rm", "-rf", "./tmp"])