Skip to content

Commit

Permalink
[Fixes #10113] Data retriver keep kmz files even if is unzipped
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed Oct 7, 2022
1 parent 63b263b commit c248cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/storage/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ def test_zip_file_should_correctly_recognize_main_extension_with_kmz(self):

self.assertIsNotNone(storage_manager.data_retriever.temporary_folder)
_files = storage_manager.get_retrieved_paths()
self.assertTrue("doc.kml" in _files.get("base_file"))
self.assertTrue("doc.kml" in _files.get("base_file"), msg=f"files available: {_files}")

def test_zip_file_should_correctly_recognize_main_extension_with_shp(self):
# zipping files
Expand Down

0 comments on commit c248cbd

Please sign in to comment.