Skip to content

Commit

Permalink
[Fixes #10474] fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiagiupponi committed May 3, 2023
1 parent 40ea0d7 commit 0bd326e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/security/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,7 @@ def test_dataset_upload_with_time(self):
self.assertIsNotNone(name)
ws = gs_catalog.get_workspace(workspace)
self.assertIsNotNone(ws)
_gs_dataset_store = saved_dataset.store
_gs_dataset_store = saved_dataset.store or 'geonode_data'
if not _gs_dataset_store:
saved_dataset.alternate = f"{workspace}:boxes_with_date"
_gs_dataset = gs_catalog.get_layer(saved_dataset.alternate.replace(".shp", ""))
Expand Down

0 comments on commit 0bd326e

Please sign in to comment.