Skip to content

Commit

Permalink
fixing a bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gpetrak committed Dec 9, 2024
1 parent 11457e0 commit 7cd1415
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geonode/geoserver/tests/test_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ def mock_filter(attribute=None):
mock_gs_time_info.enabled = True
mock_gs_time_info.attribute = "begin"
mock_gs_time_info.end_attribute = "end"
mock_gs_time_info.presentation = "continuous"
mock_gs_time_info.presentation = "DISCRETE_INTERVAL"
mock_gs_time_info.resolution = 5000
mock_gs_time_info._lookup = [("seconds", 1), ("minutes", 60)]

Expand Down

0 comments on commit 7cd1415

Please sign in to comment.