Skip to content

Commit 7cd1415

Browse files
committed
fixing a bug
1 parent 11457e0 commit 7cd1415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

geonode/geoserver/tests/test_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ def mock_filter(attribute=None):
304304
mock_gs_time_info.enabled = True
305305
mock_gs_time_info.attribute = "begin"
306306
mock_gs_time_info.end_attribute = "end"
307-
mock_gs_time_info.presentation = "continuous"
307+
mock_gs_time_info.presentation = "DISCRETE_INTERVAL"
308308
mock_gs_time_info.resolution = 5000
309309
mock_gs_time_info._lookup = [("seconds", 1), ("minutes", 60)]
310310

0 commit comments

Comments
 (0)