File tree Expand file tree Collapse file tree
test/cmr/bootstrap/test/api Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9898(defn after-date-time-window-exceeded
9999 [max-window-hours]
100100 (format (str " The requested time window exceeds the /bulk_index/after_date_time limit of %d hours. "
101- " Please use a smaller date_time value so the range to now is within %d hours." )
101+ " Please use a later date_time value so the range to now is within %d hours." )
102102 max-window-hours
103103 max-window-hours))
104104
Original file line number Diff line number Diff line change 197197 bootstrap-config/bulk-index-after-date-time-max-window-hours (constantly 3 )]
198198 (is (= {:type :invalid-data
199199 :errors [(str " The requested time window exceeds the /bulk_index/after_date_time limit of 3 hours. "
200- " Please use a smaller date_time value so the range to now is within 3 hours." )]}
200+ " Please use a later date_time value so the range to now is within 3 hours." )]}
201201 (service-error
202202 #(bulk-index/data-later-than-date-time
203203 context
You can’t perform that action at this time.
0 commit comments